summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorguy <guy>2002-04-09 07:45:09 +0000
committerguy <guy>2002-04-09 07:45:09 +0000
commitf2fcdf9a3697e7e58cf04a6d755528d636196b4e (patch)
tree48a3da61fdae884bc0bd6554b92385d607893cc3
parent7b8533b894ffee109a3797c860e9ceb673cf2f6f (diff)
downloadlibpcap-f2fcdf9a3697e7e58cf04a6d755528d636196b4e.tar.gz
No UNIX-specific functions are used here, so there's no need to include
<unistd.h>.
-rw-r--r--savefile.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/savefile.c b/savefile.c
index 4303fb60..7b64be20 100644
--- a/savefile.c
+++ b/savefile.c
@@ -30,7 +30,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/libpcap/savefile.c,v 1.55.2.2 2002-03-24 23:25:38 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/libpcap/savefile.c,v 1.55.2.3 2002-04-09 07:45:09 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"