summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1994-05-29 17:15:12 +0000
committerrgrimes <rgrimes@FreeBSD.org>1994-05-29 17:15:12 +0000
commit7109dadb871259b66a63acb225fe03287946d2b0 (patch)
tree8dabe53d86ce64b36356ea4a0bf519ac7b67a6e6 /usr.sbin
parent440579f09c131ca75a2b43fa36d0336a36e38252 (diff)
downloadFreeBSD-src-7109dadb871259b66a63acb225fe03287946d2b0.zip
FreeBSD-src-7109dadb871259b66a63acb225fe03287946d2b0.tar.gz
Repeat after me, I will not edit files on Freefall, but bring patches
over instead. Moved #ifdef to correct place.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sendmail/src/conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sendmail/src/conf.c b/usr.sbin/sendmail/src/conf.c
index 7f4c833..e74c8d0 100644
--- a/usr.sbin/sendmail/src/conf.c
+++ b/usr.sbin/sendmail/src/conf.c
@@ -1020,11 +1020,11 @@ refuseconnections()
# ifdef __bsdi__
# undef PS_STRINGS /* BSDI 1.0 doesn't do PS_STRINGS as we expect */
# define PROCTITLEPAD '\0'
+# endif
# ifdef __FreeBSD__
# undef PS_STRINGS /* XXX This is broken due to needing<machine/pmap.h> */
# define PROCTITLEPAD '\0'
# endif
-# endif
# ifdef PS_STRINGS
# define SETPROC_STATIC static
# endif
OpenPOWER on IntegriCloud