avoid running out of file descriptors problem on vfork systems
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Wed, 29 Mar 1995 09:26:46 +0000 (01:26 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Wed, 29 Mar 1995 09:26:46 +0000 (01:26 -0800)
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 8.84.1.4
SCCS-vsn: usr.sbin/sendmail/src/version.c 8.6.12.1

usr/src/usr.sbin/sendmail/src/deliver.c
usr/src/usr.sbin/sendmail/src/version.c

index 6c2deeb..54aacd9 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)deliver.c  8.137 (Berkeley) %G%";
+static char sccsid[] = "@(#)deliver.c  8.84.1.4 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "sendmail.h"
 #endif /* not lint */
 
 #include "sendmail.h"
index ad8daec..386dcc9 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)version.c  8.6.11.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)version.c  8.6.12.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #endif /* not lint */
 
-char   Version[] = "8.6.11";
+char   Version[] = "8.6.12";