From eb2594812258ad193e2d78380d6ae625d530d6a4 Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Sun, 29 May 1994 17:15:12 +0000 Subject: [PATCH] Repeat after me, I will not edit files on Freefall, but bring patches over instead. Moved #ifdef to correct place. --- usr.sbin/sendmail/src/conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/sendmail/src/conf.c b/usr.sbin/sendmail/src/conf.c index 7f4c83357516..e74c8d0b2d3a 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 */ # define PROCTITLEPAD '\0' # endif -# endif # ifdef PS_STRINGS # define SETPROC_STATIC static # endif