summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2004-02-20 20:37:44 +1100
committerDamien Miller <djm@mindrot.org>2004-02-20 20:37:44 +1100
commit2e45cb0fb4a1250792e27ce14c556661719e5861 (patch)
treebf646dc5d7b0caa868d00bff69baabe929919744
parent051b0acbbce7218dcfa1521ad22f860aa20b3008 (diff)
- (djm) [openbsd-compat/setproctitle.c] fix comments; from grange@
-rw-r--r--ChangeLog5
-rw-r--r--openbsd-compat/setproctitle.c4
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index a61bddbf..df4169bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+20040220
+ - (djm) [openbsd-compat/setproctitle.c] fix comments; from grange@
+
20040218
- (dtucker) [configure.ac] Handle case where krb5-config --libs returns a
path with a "-" in it. From Sergio.Gelato at astro.su.se.
@@ -1883,4 +1886,4 @@
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
-$Id: ChangeLog,v 1.3239 2004/02/18 11:59:43 djm Exp $
+$Id: ChangeLog,v 1.3240 2004/02/20 09:37:44 djm Exp $
diff --git a/openbsd-compat/setproctitle.c b/openbsd-compat/setproctitle.c
index b41100fc..6e2b19bb 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