diff options
| author | David Greenman <dg@FreeBSD.org> | 1998-04-28 07:02:33 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1998-04-28 07:02:33 +0000 |
| commit | ec3a3b4594bc38e49367d039fb243fe3dc913b25 (patch) | |
| tree | 15cd9a12f53355e85dea51c15af661949e6dcd4f | |
| parent | 214bed53a269621a3cc872ff1332f538f40dfb62 (diff) | |
Notes
| -rw-r--r-- | lib/libc/gen/setproctitle.c | 4 | ||||
| -rw-r--r-- | lib/libutil/setproctitle.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/gen/setproctitle.c b/lib/libc/gen/setproctitle.c index e2ab614865cd2..217df06ac8c0e 100644 --- a/lib/libc/gen/setproctitle.c +++ b/lib/libc/gen/setproctitle.c @@ -14,7 +14,7 @@ * 3. Absolutely no warranty of function or purpose is made by the author * Peter Wemm. * - * $Id: setproctitle.c,v 1.5 1997/02/22 15:08:33 peter Exp $ + * $Id: setproctitle.c,v 1.6 1998/04/28 06:59:14 dg Exp $ */ #include <sys/types.h> @@ -55,7 +55,7 @@ struct old_ps_strings { #endif -#define SPT_BUFSIZE 128 /* from other parts of sendmail */ +#define SPT_BUFSIZE 2048 /* from other parts of sendmail */ extern char * __progname; /* is this defined in a .h anywhere? */ static struct ps_strings *ps_strings; diff --git a/lib/libutil/setproctitle.c b/lib/libutil/setproctitle.c index e2ab614865cd2..217df06ac8c0e 100644 --- a/lib/libutil/setproctitle.c +++ b/lib/libutil/setproctitle.c @@ -14,7 +14,7 @@ * 3. Absolutely no warranty of function or purpose is made by the author * Peter Wemm. * - * $Id: setproctitle.c,v 1.5 1997/02/22 15:08:33 peter Exp $ + * $Id: setproctitle.c,v 1.6 1998/04/28 06:59:14 dg Exp $ */ #include <sys/types.h> @@ -55,7 +55,7 @@ struct old_ps_strings { #endif -#define SPT_BUFSIZE 128 /* from other parts of sendmail */ +#define SPT_BUFSIZE 2048 /* from other parts of sendmail */ extern char * __progname; /* is this defined in a .h anywhere? */ static struct ps_strings *ps_strings; |
