From b8b677406e1ef4804e2003a72385456ce954c219 Mon Sep 17 00:00:00 2001 From: espie <> Date: Sat, 6 Aug 2005 20:30:04 +0000 Subject: zap rcsid. split functions off res_debug.c so that getnetnamadr.c does not pull it all when it's used. okay deraadt@, krw@ --- src/lib/libc/net/ethers.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/lib/libc/net/ethers.c') 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 @@ -/* $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 @@ -22,10 +22,6 @@ * Substantially modified by Todd C. Miller */ -#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 #include #include -- cgit v1.2.3-55-g6feb