summaryrefslogtreecommitdiffstats
path: root/contrib/libpcap/scanner.l
diff options
context:
space:
mode:
authorfenner <fenner@FreeBSD.org>1997-05-27 00:05:23 +0000
committerfenner <fenner@FreeBSD.org>1997-05-27 00:05:23 +0000
commit3e7c4bdb91135768905ce9376cfa8ec86a60890c (patch)
tree5b8dead74cb82df6d7fac3c089d3cede876f18a0 /contrib/libpcap/scanner.l
parent41cb646cc095b3c29b0e79252c85926512593581 (diff)
downloadFreeBSD-src-3e7c4bdb91135768905ce9376cfa8ec86a60890c.zip
FreeBSD-src-3e7c4bdb91135768905ce9376cfa8ec86a60890c.tar.gz
Merge libpcap 0.3
Update FREEBSD-upgrade to mention bumping library version number. Suggested-by: Chris Timmons <skynyrd@opus.cts.cwu.edu>
Diffstat (limited to 'contrib/libpcap/scanner.l')
-rw-r--r--contrib/libpcap/scanner.l5
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/libpcap/scanner.l b/contrib/libpcap/scanner.l
index 741ca7d..8caa830 100644
--- a/contrib/libpcap/scanner.l
+++ b/contrib/libpcap/scanner.l
@@ -21,8 +21,8 @@
*/
#ifndef lint
-static char rcsid[] =
- "@(#) $Header: scanner.l,v 1.53 96/07/17 00:11:34 leres Exp $ (LBL)";
+static const char rcsid[] =
+ "@(#) $Header: scanner.l,v 1.55 96/09/27 22:34:45 leres Exp $ (LBL)";
#endif
#include <sys/types.h>
@@ -46,6 +46,7 @@ static int stoi(char *);
static inline int xdtoi(int);
#ifdef FLEX_SCANNER
+#define YY_NO_UNPUT
#undef YY_INPUT
#define YY_INPUT(buf, result, max)\
{\
OpenPOWER on IntegriCloud