diff options
author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2002-04-20 20:31:51 +0000 |
---|---|---|
committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2002-04-20 20:31:51 +0000 |
commit | 6a2f2ff3e97764c1cd1fcac53cd4255791036bf4 (patch) | |
tree | 8b9bb16adf99be4ed87980a2ea4ef202d1fb3423 /contrib/sendmail/include/sm/os/sm_os_freebsd.h | |
parent | 6b7c9af44b73355e01755ac7a0fb8ffc608b25ab (diff) | |
download | src-test2-6a2f2ff3e97764c1cd1fcac53cd4255791036bf4.tar.gz src-test2-6a2f2ff3e97764c1cd1fcac53cd4255791036bf4.zip |
Notes
Diffstat (limited to 'contrib/sendmail/include/sm/os/sm_os_freebsd.h')
-rw-r--r-- | contrib/sendmail/include/sm/os/sm_os_freebsd.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/contrib/sendmail/include/sm/os/sm_os_freebsd.h b/contrib/sendmail/include/sm/os/sm_os_freebsd.h index d900ba744ea2..386c099c90f8 100644 --- a/contrib/sendmail/include/sm/os/sm_os_freebsd.h +++ b/contrib/sendmail/include/sm/os/sm_os_freebsd.h @@ -6,7 +6,7 @@ * forth in the LICENSE file which can be found at the top level of * the sendmail distribution. * - * $Id: sm_os_freebsd.h,v 1.10 2002/03/10 22:41:03 gshapiro Exp $ + * $Id: sm_os_freebsd.h,v 1.1.1.2 2002/04/10 03:04:54 gshapiro Exp $ */ /* @@ -31,11 +31,7 @@ #endif #ifndef SM_CONF_SHM -# ifdef __sparc64__ -# define SM_CONF_SHM 0 -# else /* __sparc64__ */ -# define SM_CONF_SHM 1 -# endif /* __sparc64__ */ +# define SM_CONF_SHM 1 #endif /* SM_CONF_SHM */ #ifndef SM_CONF_SEM # define SM_CONF_SEM 1 |