diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2004-01-27 06:58:04 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2004-01-27 06:58:04 +0000 |
commit | f15477eed9fcd5aeb3052b95316790c7f53a2792 (patch) | |
tree | c09d1d00b8ef266ed61224dc293082552e70fabe /lib/libpcap/nametoaddr.c | |
parent | d3ed140889dfaa0d9084cdd9e2d327f6e3756ee3 (diff) |
remove $Header, it was messing up cvs for me. ok deraadt@
Diffstat (limited to 'lib/libpcap/nametoaddr.c')
-rw-r--r-- | lib/libpcap/nametoaddr.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libpcap/nametoaddr.c b/lib/libpcap/nametoaddr.c index 4f04fba0521..acf00ab1334 100644 --- a/lib/libpcap/nametoaddr.c +++ b/lib/libpcap/nametoaddr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nametoaddr.c,v 1.9 2002/02/19 19:39:37 millert Exp $ */ +/* $OpenBSD: nametoaddr.c,v 1.10 2004/01/27 06:58:03 tedu Exp $ */ /* * Copyright (c) 1990, 1991, 1992, 1993, 1994, 1995, 1996 @@ -24,11 +24,6 @@ * These functions are not time critical. */ -#ifndef lint -static const char rcsid[] = - "@(#) $Header: /cvs/OpenBSD/src/lib/libpcap/nametoaddr.c,v 1.9 2002/02/19 19:39:37 millert Exp $ (LBL)"; -#endif - #include <sys/param.h> #include <sys/types.h> /* concession to AIX */ #include <sys/socket.h> |