[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.140 and 1.141

version 1.140, 2023/11/22 02:16:20 version 1.141, 2023/11/22 02:20:54
Line 618 
Line 618 
                         if (pipeout) {                          if (pipeout) {
 #ifndef SMALL  #ifndef SMALL
                             if (!resume) {                              if (!resume) {
                                 if (pledge("stdio rpath dns tty inet proc exec fattr",                                  if (pledge("stdio rpath dns tty inet fattr",
                                     NULL) == -1)                                      NULL) == -1)
                                         err(1, "pledge");                                          err(1, "pledge");
                             } else                              } else

Legend:
Removed from v.1.140  
changed lines
  Added in v.1.141