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

Diff for /src/usr.bin/getopt/getopt.c between version 1.3 and 1.4

version 1.3, 1997/01/15 23:42:32 version 1.4, 2001/07/12 05:17:09
Line 5 
Line 5 
 #endif /* not lint */  #endif /* not lint */
   
 #include <stdio.h>  #include <stdio.h>
   #include <unistd.h>
   
   int
 main(argc, argv)  main(argc, argv)
 int argc;  int argc;
 char *argv[];  char *argv[];

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