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

Diff for /src/usr.bin/ypcat/ypcat.c between version 1.5 and 1.6

version 1.5, 1996/05/24 09:15:39 version 1.6, 1997/07/21 19:21:14
Line 39 
Line 39 
 #include <sys/param.h>  #include <sys/param.h>
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/socket.h>  #include <sys/socket.h>
   #include <unistd.h>
   #include <string.h>
 #include <stdio.h>  #include <stdio.h>
 #include <ctype.h>  #include <ctype.h>
   
Line 62 
Line 64 
   
 int key;  int key;
   
   void
 usage()  usage()
 {  {
         fprintf(stderr, "Usage:\n");          fprintf(stderr, "Usage:\n");
Line 70 
Line 73 
         exit(1);          exit(1);
 }  }
   
   int
 printit(instatus, inkey, inkeylen, inval, invallen, indata)  printit(instatus, inkey, inkeylen, inval, invallen, indata)
 int instatus;  int instatus;
 char *inkey;  char *inkey;

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