dect
/
libpcap
Archived
13
0
Fork 0

<strings.h> doesn't seem to be necessary on OS X, either, and, at least

from a look at the code, it's probably not necessary on any UN*X (and if
some header is needed, it should be the ANSI C <string.h>, not
<strings.h>).
This commit is contained in:
guy 2004-10-07 16:54:54 +00:00
parent 7fb5bd595f
commit 142bdc23c5
1 changed files with 1 additions and 5 deletions

View File

@ -22,7 +22,7 @@
*/
#ifndef lint
static const char rcsid[] _U_ =
"@(#) $Header: /tcpdump/master/libpcap/grammar.y,v 1.84 2004-10-07 09:06:56 risso Exp $ (LBL)";
"@(#) $Header: /tcpdump/master/libpcap/grammar.y,v 1.85 2004-10-07 16:54:54 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@ -50,10 +50,6 @@ struct rtentry;
#include <stdio.h>
#ifndef WIN32
#include <strings.h>
#endif
#include "pcap-int.h"
#include "gencode.h"