[BACK]Return to ypprot_err.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / yp

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/yp/ypprot_err.c between version 1.5 and 1.6

version 1.5, 2003/12/10 12:06:25 version 1.6, 2012/06/25 22:32:46
Line 41  __weak_alias(ypprot_err,_ypprot_err)
Line 41  __weak_alias(ypprot_err,_ypprot_err)
 #endif  #endif
   
 int  int
 ypprot_err(incode)  ypprot_err(unsigned int incode)
         unsigned int    incode;  
 {  {
         switch (incode) {          switch (incode) {
         case YP_TRUE:          case YP_TRUE:

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb <webmaster@jp.NetBSD.org>