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

Diff for /src/usr.bin/checknr/Attic/checknr.c between version 1.10 and 1.11

version 1.10, 2003/06/10 22:20:45 version 1.11, 2003/06/25 21:09:09
Line 53 
Line 53 
  */   */
 #include <stdio.h>  #include <stdio.h>
 #include <string.h>  #include <string.h>
   #include <stdlib.h>
   #include <unistd.h>
 #include <ctype.h>  #include <ctype.h>
   
 #define MAXSTK  100     /* Stack size */  #define MAXSTK  100     /* Stack size */
Line 187 
Line 189 
 int     sflag;          /* -s: ignore \s */  int     sflag;          /* -s: ignore \s */
 int     ncmds;          /* size of knowncmds */  int     ncmds;          /* size of knowncmds */
 int     slot;           /* slot in knowncmds found by binsrch */  int     slot;           /* slot in knowncmds found by binsrch */
   
 char    *malloc();  
   
 int  int
 main(int argc, char *argv[])  main(int argc, char *argv[])

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11