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

Diff for /src/usr.bin/mail/quit.c between version 1.8 and 1.9

version 1.8, 1997/07/24 17:27:12 version 1.9, 1997/11/14 00:23:55
Line 78 
Line 78 
 {  {
         int mcount, p, modify, autohold, anystat, holdbit, nohold;          int mcount, p, modify, autohold, anystat, holdbit, nohold;
         FILE *ibuf = NULL, *obuf, *fbuf, *rbuf, *readstat = NULL, *abuf;          FILE *ibuf = NULL, *obuf, *fbuf, *rbuf, *readstat = NULL, *abuf;
         register struct message *mp;          struct message *mp;
         int c, fd;          int c, fd;
         struct stat minfo;          struct stat minfo;
         char *mbox, tempname[PATHSIZE];          char *mbox, tempname[PATHSIZE];
Line 363 
Line 363 
  */   */
 int  int
 writeback(res)  writeback(res)
         register FILE *res;          FILE *res;
 {  {
         register struct message *mp;          struct message *mp;
         register int p, c;          int p, c;
         FILE *obuf;          FILE *obuf;
   
         p = 0;          p = 0;
Line 418 
Line 418 
 void  void
 edstop()  edstop()
 {  {
         register int gotcha, c;          int gotcha, c;
         register struct message *mp;          struct message *mp;
         FILE *obuf, *ibuf, *readstat = NULL;          FILE *obuf, *ibuf, *readstat = NULL;
         struct stat statb;          struct stat statb;
         char tempname[PATHSIZE];          char tempname[PATHSIZE];

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9