From 427354c6146786ff2e7c23b0c93956082f11ff1a Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Fri, 28 May 2004 07:03:49 +0000 Subject: knf; otto ok --- lib/libutil/pidfile.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/libutil/pidfile.c') diff --git a/lib/libutil/pidfile.c b/lib/libutil/pidfile.c index 7c5a1e7453a..532e63c42b1 100644 --- a/lib/libutil/pidfile.c +++ b/lib/libutil/pidfile.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pidfile.c,v 1.5 2002/05/26 09:29:02 deraadt Exp $ */ +/* $OpenBSD: pidfile.c,v 1.6 2004/05/28 07:03:47 deraadt Exp $ */ /* $NetBSD: pidfile.c,v 1.4 2001/02/19 22:43:42 cgd Exp $ */ /*- @@ -38,7 +38,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$OpenBSD: pidfile.c,v 1.5 2002/05/26 09:29:02 deraadt Exp $"; +static const char rcsid[] = "$OpenBSD: pidfile.c,v 1.6 2004/05/28 07:03:47 deraadt Exp $"; #endif /* LIBC_SCCS and not lint */ #include @@ -59,9 +59,9 @@ extern char *__progname; int pidfile(const char *basename) { - FILE *f; int save_errno; pid_t pid; + FILE *f; if (basename == NULL) basename = __progname; -- cgit v1.2.3