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/ethers.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/ethers.c')
-rw-r--r-- | lib/libc/net/ethers.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/net/ethers.c b/lib/libc/net/ethers.c index e46dcd70061..d4243ff1dac 100644 --- a/lib/libc/net/ethers.c +++ b/lib/libc/net/ethers.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ethers.c,v 1.19 2005/03/28 06:19:58 tedu Exp $ */ +/* $OpenBSD: ethers.c,v 1.20 2005/08/06 20:30:03 espie Exp $ */ /* * Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> @@ -22,10 +22,6 @@ * Substantially modified by Todd C. Miller <Todd.Miller@courtesan.com> */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: ethers.c,v 1.19 2005/03/28 06:19:58 tedu Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <sys/socket.h> #include <net/if.h> |