[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.7 and 1.8

version 1.7, 2006/06/07 07:33:23 version 1.8, 2009/10/27 23:59:38
Line 5 
Line 5 
  * into the public domain and is thus not subject to any copyright.   * into the public domain and is thus not subject to any copyright.
  */   */
   
 #ifndef lint  
 static char rcsid[] = "$OpenBSD$";  
 #endif /* not lint */  
   
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
 #include <unistd.h>  #include <unistd.h>

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8