[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.72 and 1.73

version 1.72, 2015/10/11 21:23:15 version 1.73, 2015/10/26 13:12:10
Line 55 
Line 55 
   
 struct passwd *pw;  struct passwd *pw;
 char os[BUFSIZ], rel[BUFSIZ], mach[BUFSIZ], details[BUFSIZ];  char os[BUFSIZ], rel[BUFSIZ], mach[BUFSIZ], details[BUFSIZ];
 const char *tmpdir;  const char *tmpdir = _PATH_TMP;
 char *tmppath;  char *tmppath;
 int Dflag, Pflag, wantcleanup;  int Dflag, Pflag, wantcleanup;
   
Line 107 
Line 107 
   
         if (argc > 0)          if (argc > 0)
                 usage();                  usage();
   
         if ((tmpdir = getenv("TMPDIR")) == NULL || tmpdir[0] == '\0')  
                 tmpdir = _PATH_TMP;  
   
         if (Pflag) {          if (Pflag) {
                 init();                  init();

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