diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1994-05-28 06:36:58 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1994-05-28 06:36:58 +0000 |
commit | 4ca7a63bff2cf31e8b353390255cdc4dce9cc602 (patch) | |
tree | 002166d92837d99d3aa2b4d6ad210846b33e38e9 /usr.sbin/sendmail | |
parent | 27cc923b0020c3aad68a9a2a601a070f45d1b1d6 (diff) | |
download | FreeBSD-src-4ca7a63bff2cf31e8b353390255cdc4dce9cc602.zip FreeBSD-src-4ca7a63bff2cf31e8b353390255cdc4dce9cc602.tar.gz |
Disable PS_STRINGS for now until I get the headers fixed.
Diffstat (limited to 'usr.sbin/sendmail')
-rw-r--r-- | usr.sbin/sendmail/src/conf.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/sendmail/src/conf.c b/usr.sbin/sendmail/src/conf.c index 4ac109a..7f4c833 100644 --- a/usr.sbin/sendmail/src/conf.c +++ b/usr.sbin/sendmail/src/conf.c @@ -1020,6 +1020,10 @@ refuseconnections() # ifdef __bsdi__ # undef PS_STRINGS /* BSDI 1.0 doesn't do PS_STRINGS as we expect */ # define PROCTITLEPAD '\0' +# 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 |