summaryrefslogtreecommitdiffstats
path: root/openbsd-compat/daemon.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-11-10 17:27:25 +1100
committerDarren Tucker <dtucker@zip.com.au>2005-11-10 17:27:25 +1100
commitb10b49768234f02343c7ae6a95ebc33279d04ea2 (patch)
tree9e996b5bdcbc3c95bf3533f7d0b52ad76414abe5 /openbsd-compat/daemon.c
parent2864039a7ceebbda6fb3e0d99b891c04eb1324bd (diff)
- (dtucker) [openbsd-compat/daemon.c] Update from OpenBSD 1.5 -> 1.6.
Diffstat (limited to 'openbsd-compat/daemon.c')
-rw-r--r--openbsd-compat/daemon.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/openbsd-compat/daemon.c b/openbsd-compat/daemon.c
index 89e75a99..f8a0680b 100644
--- a/openbsd-compat/daemon.c
+++ b/openbsd-compat/daemon.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: daemon.c,v 1.6 2005/08/08 08:05:33 espie Exp $ */
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
@@ -33,10 +34,6 @@
#ifndef HAVE_DAEMON
-#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: daemon.c,v 1.5 2003/07/15 17:32:41 deraadt Exp $";
-#endif /* LIBC_SCCS and not lint */
-
int
daemon(int nochdir, int noclose)
{