aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sendmail
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-11-04 02:14:13 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-11-04 02:14:13 +0000
commitfb59d6ab65039bba42819e56039849708509b155 (patch)
treec00dfa0d383999b1a34428211808a508dd328ef8 /usr.sbin/sendmail
parentfb21f2fe904e10443a38446f398448d22a376a48 (diff)
Notes
Diffstat (limited to 'usr.sbin/sendmail')
-rw-r--r--usr.sbin/sendmail/src/conf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sendmail/src/conf.h b/usr.sbin/sendmail/src/conf.h
index 0f02692f1a00..ed66c2ca8631 100644
--- a/usr.sbin/sendmail/src/conf.h
+++ b/usr.sbin/sendmail/src/conf.h
@@ -428,7 +428,7 @@ typedef int pid_t;
** See also BSD defines.
*/
-#if defined(__386BSD__) || defined(__FreeBSD__) || defined(__NetBSD__)
+#if defined(__FreeBSD__) || defined(__FreeBSD__) || defined(__NetBSD__)
# define HASUNSETENV 1 /* has unsetenv(3) call */
# define HASSETSID 1 /* has the setsid(2) POSIX syscall */
# ifdef __NetBSD__