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

Diff for /src/usr.bin/ftp/main.c between version 1.112 and 1.113

version 1.112, 2016/11/30 07:55:24 version 1.113, 2016/12/16 17:44:59
Line 160 
Line 160 
 int  int
 main(volatile int argc, char *argv[])  main(volatile int argc, char *argv[])
 {  {
         int ch, top, rval;          int ch, rval;
   #ifndef SMALL
           int top;
   #endif
         struct passwd *pw = NULL;          struct passwd *pw = NULL;
         char *cp, homedir[PATH_MAX];          char *cp, homedir[PATH_MAX];
         char *outfile = NULL;          char *outfile = NULL;

Legend:
Removed from v.1.112  
changed lines
  Added in v.1.113