]> The Tcpdump Group git mirrors - libpcap/commitdiff
No UNIX-specific functions are used here, so there's no need to include
authorguy <guy>
Tue, 9 Apr 2002 07:45:09 +0000 (07:45 +0000)
committerguy <guy>
Tue, 9 Apr 2002 07:45:09 +0000 (07:45 +0000)
<unistd.h>.

savefile.c

index 4303fb60cb277b377f0ba57e0b5cec935efb5c7f..7b64be200e5fb304e1cb424145004e478b2c27e2 100644 (file)
@@ -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"