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

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

version 1.10, 1996/12/22 03:26:02 version 1.11, 1997/01/15 23:43:09
Line 121 
Line 121 
 #else  #else
 #define OPTIONS "8KLdel:nw"  #define OPTIONS "8KLdel:nw"
 #endif  #endif
         while ((ch = getopt(argc - argoff, argv + argoff, OPTIONS)) != EOF)          while ((ch = getopt(argc - argoff, argv + argoff, OPTIONS)) != -1)
                 switch(ch) {                  switch(ch) {
                 case 'K':                  case 'K':
 #ifdef KERBEROS  #ifdef KERBEROS

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