diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2005-08-02 21:46:24 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2005-08-02 21:46:24 +0000 |
commit | b3b3413c24dfd8a2dd8ad5248de327dc94736913 (patch) | |
tree | 3b44f08975cb2bbe05f41d432923b7ca8d2c83b2 /lib/libutil/pidfile.c | |
parent | 2b1625a3d548b5b2c7dde3068e2bc8a89bc383c0 (diff) |
scrape $Id$ tags.
okay deraadt@, millert@, krw@
Diffstat (limited to 'lib/libutil/pidfile.c')
-rw-r--r-- | lib/libutil/pidfile.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libutil/pidfile.c b/lib/libutil/pidfile.c index 532e63c42b1..0af51287d0c 100644 --- a/lib/libutil/pidfile.c +++ b/lib/libutil/pidfile.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pidfile.c,v 1.6 2004/05/28 07:03:47 deraadt Exp $ */ +/* $OpenBSD: pidfile.c,v 1.7 2005/08/02 21:46:23 espie Exp $ */ /* $NetBSD: pidfile.c,v 1.4 2001/02/19 22:43:42 cgd Exp $ */ /*- @@ -37,10 +37,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -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 <sys/param.h> #include <errno.h> #include <paths.h> |