diff options
author | 2005-08-06 20:30:03 +0000 | |
---|---|---|
committer | 2005-08-06 20:30:03 +0000 | |
commit | 0038de2c7a95ab6cde30035b4c13f3d21c8a1310 (patch) | |
tree | 51dbddadcc4e55dded94d5f2f79c68c75f231181 /lib/libc/net/ntohl.c | |
parent | replace port number 8025 w/ symbolic `spamd'; (diff) | |
download | wireguard-openbsd-0038de2c7a95ab6cde30035b4c13f3d21c8a1310.tar.xz wireguard-openbsd-0038de2c7a95ab6cde30035b4c13f3d21c8a1310.zip |
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/ntohl.c')
-rw-r--r-- | lib/libc/net/ntohl.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/net/ntohl.c b/lib/libc/net/ntohl.c index c8b2ca2bb5a..36414b7a132 100644 --- a/lib/libc/net/ntohl.c +++ b/lib/libc/net/ntohl.c @@ -1,12 +1,9 @@ +/* $OpenBSD: ntohl.c,v 1.6 2005/08/06 20:30:03 espie Exp $ */ /* * Written by J.T. Conklin <jtc@netbsd.org>. * Public domain. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: ntohl.c,v 1.5 2005/03/25 13:24:12 otto Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <machine/endian.h> |