4.3BSD changes
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Fri, 12 Nov 1993 22:30:27 +0000 (14:30 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Fri, 12 Nov 1993 22:30:27 +0000 (14:30 -0800)
SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.48

usr/src/usr.sbin/sendmail/src/conf.h

index 2c8ae15..ac2c949 100644 (file)
@@ -351,6 +351,10 @@ typedef int                pid_t;
 #  define _PATH_SENDMAILCF     "/usr/lib/sendmail.cf"
 # endif
 # undef IDENTPROTO             /* TCP/IP implementation is broken */
 #  define _PATH_SENDMAILCF     "/usr/lib/sendmail.cf"
 # endif
 # undef IDENTPROTO             /* TCP/IP implementation is broken */
+# undef WEXITSTATUS
+# undef WIFEXITED
+typedef short          pid_t;
+extern int             errno;
 #endif
 
 
 #endif