summaryrefslogtreecommitdiffstats
path: root/lib/libutil
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1998-04-28 07:02:33 +0000
committerdg <dg@FreeBSD.org>1998-04-28 07:02:33 +0000
commitf42a694aec2fd0a565fb1860e7837bc1c43bc182 (patch)
treee1576ca4364771bea4ffc450aadca1e03ca83df7 /lib/libutil
parent32d2657828a12add47b942e41389eefaf8aab48d (diff)
downloadFreeBSD-src-f42a694aec2fd0a565fb1860e7837bc1c43bc182.zip
FreeBSD-src-f42a694aec2fd0a565fb1860e7837bc1c43bc182.tar.gz
Oops, revert part of a diff that wasn't supposed to have been committed.
Diffstat (limited to 'lib/libutil')
-rw-r--r--lib/libutil/setproctitle.c4
1 files changed, 2 insertions, 2 deletions
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 <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;
OpenPOWER on IntegriCloud