From f42a694aec2fd0a565fb1860e7837bc1c43bc182 Mon Sep 17 00:00:00 2001 From: dg Date: Tue, 28 Apr 1998 07:02:33 +0000 Subject: Oops, revert part of a diff that wasn't supposed to have been committed. --- lib/libutil/setproctitle.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libutil') diff --git a/lib/libutil/setproctitle.c b/lib/libutil/setproctitle.c index e2ab614..217df06 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 @@ -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; -- cgit v1.1