diff options
Diffstat (limited to 'lib/libpcap/scanner.l')
-rw-r--r-- | lib/libpcap/scanner.l | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libpcap/scanner.l b/lib/libpcap/scanner.l index ffb1de12934..42c0f7d0e6c 100644 --- a/lib/libpcap/scanner.l +++ b/lib/libpcap/scanner.l @@ -1,5 +1,5 @@ %{ -/* $OpenBSD: scanner.l,v 1.20 2008/06/11 15:02:21 dtucker Exp $ */ +/* $OpenBSD: scanner.l,v 1.21 2009/10/27 23:59:30 deraadt Exp $ */ /* * Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997 @@ -22,11 +22,6 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#ifndef lint -static const char rcsid[] = - "@(#) $Header: /cvs/OpenBSD/src/lib/libpcap/scanner.l,v 1.20 2008/06/11 15:02:21 dtucker Exp $ (LBL)"; -#endif - #include <sys/types.h> #include <sys/time.h> |