diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2005-08-06 20:30:05 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2005-08-06 20:30:05 +0000 |
commit | cf3c0c9215e33f2bc9105fe0b05c86e36ead6de0 (patch) | |
tree | b8e75a4b6067e14759e4a504aae78c71ae093929 /lib/libc/net/inet_makeaddr.c | |
parent | 5575231ccfc05db268e3dea33cd2ea19a160e36f (diff) |
zap rcsid.
split functions off res_debug.c so that getnetnamadr.c does not pull it
all when it's used.
okay deraadt@, krw@
Diffstat (limited to 'lib/libc/net/inet_makeaddr.c')
-rw-r--r-- | lib/libc/net/inet_makeaddr.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/net/inet_makeaddr.c b/lib/libc/net/inet_makeaddr.c index 9a15da8fec3..87d9325231d 100644 --- a/lib/libc/net/inet_makeaddr.c +++ b/lib/libc/net/inet_makeaddr.c @@ -1,3 +1,4 @@ +/* $OpenBSD: inet_makeaddr.c,v 1.6 2005/08/06 20:30:03 espie Exp $ */ /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -27,10 +28,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: inet_makeaddr.c,v 1.5 2005/03/25 13:24:12 otto Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/param.h> #include <netinet/in.h> #include <arpa/inet.h> |