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

Diff for /src/usr.bin/whois/whois.c between version 1.2 and 1.3

version 1.2, 1996/06/26 05:43:02 version 1.3, 1997/01/15 23:43:39
Line 76 
Line 76 
         char *host;          char *host;
   
         host = NICHOST;          host = NICHOST;
         while ((ch = getopt(argc, argv, "h:")) != EOF)          while ((ch = getopt(argc, argv, "h:")) != -1)
                 switch((char)ch) {                  switch((char)ch) {
                 case 'h':                  case 'h':
                         host = optarg;                          host = optarg;

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