summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 a61bddbf9..df4169bb5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
120040220
2 - (djm) [openbsd-compat/setproctitle.c] fix comments; from grange@
3
120040218 420040218
2 - (dtucker) [configure.ac] Handle case where krb5-config --libs returns a 5 - (dtucker) [configure.ac] Handle case where krb5-config --libs returns a
3 path with a "-" in it. From Sergio.Gelato at astro.su.se. 6 path with a "-" in it. From Sergio.Gelato at astro.su.se.
@@ -1883,4 +1886,4 @@
1883 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. 1886 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
1884 Report from murple@murple.net, diagnosis from dtucker@zip.com.au 1887 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
1885 1888
1886$Id: ChangeLog,v 1.3239 2004/02/18 11:59:43 djm Exp $ 1889$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 b41100fc6..6e2b19bb4 100644
--- a/openbsd-compat/setproctitle.c
+++ b/openbsd-compat/setproctitle.c
@@ -41,8 +41,8 @@
41#endif 41#endif
42 42
43#define SPT_NONE 0 /* don't use it at all */ 43#define SPT_NONE 0 /* don't use it at all */
44#define SPT_PSTAT 1 /* cover argv with title information */ 44#define SPT_PSTAT 1 /* use pstat(PSTAT_SETCMD, ...) */
45#define SPT_REUSEARGV 2 /* use pstat(PSTAT_SETCMD, ...) */ 45#define SPT_REUSEARGV 2 /* cover argv with title information */
46 46
47#ifndef SPT_TYPE 47#ifndef SPT_TYPE
48# define SPT_TYPE SPT_NONE 48# define SPT_TYPE SPT_NONE