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:
@@ -1020,11 +1020,11 @@ refuseconnections()
|
|||||||
# ifdef __bsdi__
|
# ifdef __bsdi__
|
||||||
# undef PS_STRINGS /* BSDI 1.0 doesn't do PS_STRINGS as we expect */
|
# undef PS_STRINGS /* BSDI 1.0 doesn't do PS_STRINGS as we expect */
|
||||||
# define PROCTITLEPAD '\0'
|
# define PROCTITLEPAD '\0'
|
||||||
|
# endif
|
||||||
# ifdef __FreeBSD__
|
# ifdef __FreeBSD__
|
||||||
# undef PS_STRINGS /* XXX This is broken due to needing<machine/pmap.h> */
|
# undef PS_STRINGS /* XXX This is broken due to needing<machine/pmap.h> */
|
||||||
# define PROCTITLEPAD '\0'
|
# define PROCTITLEPAD '\0'
|
||||||
# endif
|
# endif
|
||||||
# endif
|
|
||||||
# ifdef PS_STRINGS
|
# ifdef PS_STRINGS
|
||||||
# define SETPROC_STATIC static
|
# define SETPROC_STATIC static
|
||||||
# endif
|
# endif
|
||||||
|
|||||||
Reference in New Issue
Block a user