diff options
author | 2004-01-27 06:58:02 +0000 | |
---|---|---|
committer | 2004-01-27 06:58:02 +0000 | |
commit | 8b37c96afe52e428fcaef25eed025973f5f186eb (patch) | |
tree | 32416377246a7d5096903aba030e20872da2d0a2 /lib/libpcap/inet.c | |
parent | TSIZE & TIMEOUT support; from freebsd via tholo (diff) | |
download | wireguard-openbsd-8b37c96afe52e428fcaef25eed025973f5f186eb.tar.xz wireguard-openbsd-8b37c96afe52e428fcaef25eed025973f5f186eb.zip |
remove $Header, it was messing up cvs for me. ok deraadt@
Diffstat (limited to 'lib/libpcap/inet.c')
-rw-r--r-- | lib/libpcap/inet.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libpcap/inet.c b/lib/libpcap/inet.c index 8d9f93c8dad..983275446d5 100644 --- a/lib/libpcap/inet.c +++ b/lib/libpcap/inet.c @@ -1,4 +1,4 @@ -/* $OpenBSD: inet.c,v 1.15 2004/01/21 00:30:15 jfb Exp $ */ +/* $OpenBSD: inet.c,v 1.16 2004/01/27 06:58:03 tedu Exp $ */ /* * Copyright (c) 1994, 1995, 1996, 1997, 1998 @@ -33,10 +33,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static const char rcsid[] = - "@(#) $Header: /home/cvs/src/lib/libpcap/inet.c,v 1.15 2004/01/21 00:30:15 jfb Exp $ (LBL)"; -#endif #include <sys/param.h> #include <sys/file.h> |