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

Diff for /src/usr.bin/sendbug/sendbug.c between version 1.73 and 1.74

version 1.73, 2015/10/26 13:12:10 version 1.74, 2016/03/17 19:40:43
Line 337 
Line 337 
                 }                  }
                 close(filedes[0]);                  close(filedes[0]);
                 execl(_PATH_SENDMAIL, "sendmail",                  execl(_PATH_SENDMAIL, "sendmail",
                     "-oi", "-t", (void *)NULL);                      "-oi", "-t", (char *)NULL);
                 warn("sendmail error: unsent report in %s",                  warn("sendmail error: unsent report in %s",
                     pathname);                      pathname);
                 return (-1);                  return (-1);

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74