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/gencode.c | |
parent | d3ed140889dfaa0d9084cdd9e2d327f6e3756ee3 (diff) |
remove $Header, it was messing up cvs for me. ok deraadt@
Diffstat (limited to 'lib/libpcap/gencode.c')
-rw-r--r-- | lib/libpcap/gencode.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libpcap/gencode.c b/lib/libpcap/gencode.c index 9885922957e..786f6ad213b 100644 --- a/lib/libpcap/gencode.c +++ b/lib/libpcap/gencode.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gencode.c,v 1.20 2004/01/26 02:20:24 fgsch Exp $ */ +/* $OpenBSD: gencode.c,v 1.21 2004/01/27 06:58:03 tedu Exp $ */ /* * Copyright (c) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998 @@ -20,10 +20,6 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#ifndef lint -static const char rcsid[] = - "@(#) $Header: /cvs/OpenBSD/src/lib/libpcap/gencode.c,v 1.20 2004/01/26 02:20:24 fgsch Exp $ (LBL)"; -#endif #include <sys/types.h> #include <sys/socket.h> |