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

Diff for /src/usr.bin/mail/lex.c between version 1.39 and 1.40

version 1.39, 2015/10/16 17:56:07 version 1.40, 2018/09/16 02:38:57
Line 58 
Line 58 
         int i, fd;          int i, fd;
         struct stat stb;          struct stat stb;
         char isedit = *name != '%';          char isedit = *name != '%';
         char *who = name[1] ? name + 1 : myname;          const char *who = name[1] ? name + 1 : myname;
         char tempname[PATHSIZE];          char tempname[PATHSIZE];
         static int shudclob;          static int shudclob;
   

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40