]> The Tcpdump Group git mirrors - tcpdump/blobdiff - tcpdump.c
Nobody uses off_t, either. (ftell(), and pcap_dump_ftell(), return long.)
[tcpdump] / 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