summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1994-08-28 16:35:58 +0000
committerbde <bde@FreeBSD.org>1994-08-28 16:35:58 +0000
commitdbdce797cb31d57b4d98ad9e978f1fbcd67ca04a (patch)
treeb03cdb790e4c1bb91ec9301d87424856dedecdb0 /usr.sbin/tcpdump
parentf110979efe893e0d36b58c0b6cd2ea2cd55c0eef (diff)
downloadFreeBSD-src-dbdce797cb31d57b4d98ad9e978f1fbcd67ca04a.zip
FreeBSD-src-dbdce797cb31d57b4d98ad9e978f1fbcd67ca04a.tar.gz
Latest flex requires yywrap() function to avoid -ll.
Diffstat (limited to 'usr.sbin/tcpdump')
-rw-r--r--usr.sbin/tcpdump/tcpdump/tcplex.l4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/tcpdump/tcpdump/tcplex.l b/usr.sbin/tcpdump/tcpdump/tcplex.l
index 840590a..3db8a32 100644
--- a/usr.sbin/tcpdump/tcpdump/tcplex.l
+++ b/usr.sbin/tcpdump/tcpdump/tcplex.l
@@ -22,7 +22,7 @@
#ifndef lint
static char rcsid[] =
- "@(#) $Header: tcplex.l,v 1.26 92/02/14 15:16:35 mccanne Exp $ (LBL)";
+ "@(#) $Header: /home/ncvs/src/usr.sbin/tcpdump/tcpdump/tcplex.l,v 1.1.1.1 1993/06/12 14:42:05 rgrimes Exp $ (LBL)";
#endif
/*
@@ -136,11 +136,9 @@ lex_init(buf)
{
in_buffer = buf;
}
-#ifndef FLEX_SCANNER
int
yywrap()
/* so we don't need -ll */
{
return 1;
}
-#endif
OpenPOWER on IntegriCloud