Repeat after me, I will not edit files on Freefall, but bring patches

over instead.
Moved #ifdef to correct place.
This commit is contained in:
Rodney W. Grimes 1994-05-29 17:15:12 +00:00
parent 662764bce8
commit eb25948122
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1628

View File

@ -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