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

Diff for /src/usr.bin/mail/main.c between version 1.1 and 1.2

version 1.1, 1995/10/18 08:45:39 version 1.2, 1996/06/11 12:53:45
Line 1 
Line 1 
   /*      $OpenBSD$       */
   /*      $NetBSD: main.c,v 1.5 1996/06/08 19:48:31 christos Exp $        */
   
 /*  /*
  * Copyright (c) 1980, 1993   * Copyright (c) 1980, 1993
  *      The Regents of the University of California.  All rights reserved.   *      The Regents of the University of California.  All rights reserved.
Line 38 
Line 41 
 #endif /* not lint */  #endif /* not lint */
   
 #ifndef lint  #ifndef lint
 static char sccsid[] = "from: @(#)main.c        8.1 (Berkeley) 6/6/93";  #if 0
 static char rcsid[] = "$Id$";  static char sccsid[] = "@(#)main.c      8.1 (Berkeley) 6/6/93";
   #else
   static char rcsid[] = "$OpenBSD$";
   #endif
 #endif /* not lint */  #endif /* not lint */
   
 #include "rcv.h"  #include "rcv.h"
 #include <fcntl.h>  #include <fcntl.h>
   #include <sys/ioctl.h>
 #include "extern.h"  #include "extern.h"
   
 /*  /*
Line 64 
Line 71 
         char *subject;          char *subject;
         char *ef;          char *ef;
         char nosrc = 0;          char nosrc = 0;
         void hdrstop();  
         sig_t prevint;          sig_t prevint;
         void sigchild();  
   
         /*          /*
          * Set up a reasonable environment.           * Set up a reasonable environment.

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2