diff options
author | espie <> | 2005-08-06 20:30:04 +0000 |
---|---|---|
committer | espie <> | 2005-08-06 20:30:04 +0000 |
commit | b8b677406e1ef4804e2003a72385456ce954c219 (patch) | |
tree | be6fca50febcf66d8a4b35b5c9a48381dc726885 /src/lib/libc/net/ethers.c | |
parent | 7ba2c88bf7980dfeb0f3814b69003ba150ea2a14 (diff) | |
download | openbsd-b8b677406e1ef4804e2003a72385456ce954c219.tar.gz openbsd-b8b677406e1ef4804e2003a72385456ce954c219.tar.bz2 openbsd-b8b677406e1ef4804e2003a72385456ce954c219.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 'src/lib/libc/net/ethers.c')
-rw-r--r-- | src/lib/libc/net/ethers.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libc/net/ethers.c b/src/lib/libc/net/ethers.c index e46dcd7006..d4243ff1da 100644 --- a/src/lib/libc/net/ethers.c +++ b/src/lib/libc/net/ethers.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ethers.c,v 1.19 2005/03/28 06:19:58 tedu Exp $ */ | 1 | /* $OpenBSD: ethers.c,v 1.20 2005/08/06 20:30:03 espie Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> | 4 | * Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> |
@@ -22,10 +22,6 @@ | |||
22 | * Substantially modified by Todd C. Miller <Todd.Miller@courtesan.com> | 22 | * Substantially modified by Todd C. Miller <Todd.Miller@courtesan.com> |
23 | */ | 23 | */ |
24 | 24 | ||
25 | #if defined(LIBC_SCCS) && !defined(lint) | ||
26 | static char rcsid[] = "$OpenBSD: ethers.c,v 1.19 2005/03/28 06:19:58 tedu Exp $"; | ||
27 | #endif /* LIBC_SCCS and not lint */ | ||
28 | |||
29 | #include <sys/types.h> | 25 | #include <sys/types.h> |
30 | #include <sys/socket.h> | 26 | #include <sys/socket.h> |
31 | #include <net/if.h> | 27 | #include <net/if.h> |