diff options
author | Shawn Routhier <sar@isc.org> | 2014-07-16 11:06:11 -0700 |
---|---|---|
committer | Shawn Routhier <sar@isc.org> | 2014-07-16 11:06:11 -0700 |
commit | 29c6b4f102473b165fde93c0eb85215efb035f25 (patch) | |
tree | 3b2a0f7827842366f158c1526061e77176d6764b /omapip | |
parent | 7d9dd30689a3a3a2a65dbed56d18f77d1aa1b874 (diff) | |
download | isc-dhcp-29c6b4f102473b165fde93c0eb85215efb035f25.tar.gz |
[master] Remove unneeded rcsid and sccsid tags
Diffstat (limited to 'omapip')
-rw-r--r-- | omapip/inet_addr.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/omapip/inet_addr.c b/omapip/inet_addr.c index c7d7ffe9..611d9ee6 100644 --- a/omapip/inet_addr.c +++ b/omapip/inet_addr.c @@ -29,14 +29,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)inet_addr.c 8.1 (Berkeley) 6/17/93"; -#else -static char rcsid[] = "$NetBSD: inet_addr.c,v 1.6 1996/02/02 15:22:23 mrg Exp $"; -#endif -#endif /* LIBC_SCCS and not lint */ - #include "dhcpd.h" #include "omapip/omapip_p.h" |