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