From 2e45cb0fb4a1250792e27ce14c556661719e5861 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Fri, 20 Feb 2004 20:37:44 +1100 Subject: - (djm) [openbsd-compat/setproctitle.c] fix comments; from grange@ --- openbsd-compat/setproctitle.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbsd-compat/setproctitle.c') diff --git a/openbsd-compat/setproctitle.c b/openbsd-compat/setproctitle.c index b41100fc6..6e2b19bb4 100644 --- a/openbsd-compat/setproctitle.c +++ b/openbsd-compat/setproctitle.c @@ -41,8 +41,8 @@ #endif #define SPT_NONE 0 /* don't use it at all */ -#define SPT_PSTAT 1 /* cover argv with title information */ -#define SPT_REUSEARGV 2 /* use pstat(PSTAT_SETCMD, ...) */ +#define SPT_PSTAT 1 /* use pstat(PSTAT_SETCMD, ...) */ +#define SPT_REUSEARGV 2 /* cover argv with title information */ #ifndef SPT_TYPE # define SPT_TYPE SPT_NONE -- cgit v1.2.3