summaryrefslogtreecommitdiffstats
path: root/lib/libutil
diff options
context:
space:
mode:
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