From 51295a4d3e4c551df85249433c490208dc7fd23d Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Fri, 12 Jul 1996 18:57:58 +0000 Subject: General -Wall warning cleanup, part I. Submitted-By: Kent Vander Velden --- lib/libc/gen/setproctitle.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/libc/gen/setproctitle.c') diff --git a/lib/libc/gen/setproctitle.c b/lib/libc/gen/setproctitle.c index 08efa993a68bd..1f9f4b51ac7f7 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.1 1995/12/26 22:50:08 peter Exp $ + * $Id: setproctitle.c,v 1.2 1996/02/24 14:37:29 peter Exp $ */ #include @@ -67,7 +67,6 @@ setproctitle(fmt, va_alist) va_dcl #endif { - char *p; static char buf[SPT_BUFSIZE]; static char *ps_argv[2]; va_list ap; -- cgit v1.2.3