]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Nobody uses off_t, either. (ftell(), and pcap_dump_ftell(), return long.)
authorGuy Harris <[email protected]>
Mon, 14 Sep 2015 23:28:37 +0000 (16:28 -0700)
committerGuy Harris <[email protected]>
Mon, 14 Sep 2015 23:28:37 +0000 (16:28 -0700)
tcpdump.c

index fcba6671f2765d2fba32c679045caed46d26dc71..548d49173029bb92d9e5dae9d5d1fde2fd4eab6c 100644 (file)
--- a/tcpdump.c
+++ b/tcpdump.c
@@ -56,10 +56,6 @@ The Regents of the University of California.  All rights reserved.\n";
 
 #include <netdissect-stdinc.h>
 
-#ifdef _WIN32
-#define off_t long
-#endif /* _WIN32 */
-
 #ifdef USE_LIBSMI
 #include <smi.h>
 #endif