diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-05-28 00:44:44 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-05-28 00:44:44 +0000 |
commit | d2b93373b258059aa9768088e51b34573accbb40 (patch) | |
tree | 918df9a35f9dac9dcd5c2a7943ba599d62036e9f /lib/bind/bsd/daemon.c | |
parent | 2b56ccf7fc71c6016d49509c1de6c06f3e632770 (diff) |
Notes
Diffstat (limited to 'lib/bind/bsd/daemon.c')
-rw-r--r-- | lib/bind/bsd/daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bind/bsd/daemon.c b/lib/bind/bsd/daemon.c index a7d2ded9b5767..d1686a99616a0 100644 --- a/lib/bind/bsd/daemon.c +++ b/lib/bind/bsd/daemon.c @@ -1,6 +1,6 @@ #if defined(LIBC_SCCS) && !defined(lint) static const char sccsid[] = "@(#)daemon.c 8.1 (Berkeley) 6/4/93"; -static const char rcsid[] = "$Id: daemon.c,v 1.1.352.1 2005/04/27 05:00:42 sra Exp $"; +static const char rcsid[] = "$Id: daemon.c,v 1.1.352.1 2005-04-27 05:00:42 sra Exp $"; #endif /* LIBC_SCCS and not lint */ /* |