dect
/
libpcap
Archived
13
0
Fork 0

No UNIX-specific functions are used here, so there's no need to include

<unistd.h>.
This commit is contained in:
guy 2002-04-09 07:44:46 +00:00
parent 55dba26a62
commit 5ba1adf267
1 changed files with 1 additions and 2 deletions

View File

@ -30,7 +30,7 @@
#ifndef lint
static const char rcsid[] =
"@(#) $Header: /tcpdump/master/libpcap/savefile.c,v 1.58 2002-03-24 23:21:52 guy Exp $ (LBL)";
"@(#) $Header: /tcpdump/master/libpcap/savefile.c,v 1.59 2002-04-09 07:44:46 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@ -42,7 +42,6 @@ static const char rcsid[] =
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "pcap-int.h"