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

Diff for /src/usr.bin/from/from.c between version 1.15 and 1.16

version 1.15, 2013/11/26 13:18:55 version 1.16, 2013/11/27 13:32:02
Line 56 
Line 56 
   
         file = sender = NULL;          file = sender = NULL;
         while ((ch = getopt(argc, argv, "f:s:")) != -1)          while ((ch = getopt(argc, argv, "f:s:")) != -1)
                 switch((char)ch) {                  switch(ch) {
                 case 'f':                  case 'f':
                         file = optarg;                          file = optarg;
                         break;                          break;

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16