[BACK]Return to getconf.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / getconf

Diff for /src/usr.bin/getconf/getconf.c between version 1.4 and 1.5

version 1.4, 2001/03/01 21:15:41 version 1.5, 2001/07/12 05:17:08
Line 49 
Line 49 
 #include <limits.h>  #include <limits.h>
 #include <locale.h>  #include <locale.h>
 #include <unistd.h>  #include <unistd.h>
   #include <err.h>
 #include <errno.h>  #include <errno.h>
   
 static void usage __P((void));  static void usage __P((void));

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