From: Guy Harris Date: Mon, 14 Sep 2015 23:28:37 +0000 (-0700) Subject: Nobody uses off_t, either. (ftell(), and pcap_dump_ftell(), return long.) X-Git-Tag: tcpdump-4.8.0~137 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/3b2f8086ad254c27c2f5b8ad1ff74330c4b1c21a Nobody uses off_t, either. (ftell(), and pcap_dump_ftell(), return long.) --- diff --git a/tcpdump.c b/tcpdump.c index fcba6671..548d4917 100644 --- a/tcpdump.c +++ b/tcpdump.c @@ -56,10 +56,6 @@ The Regents of the University of California. All rights reserved.\n"; #include -#ifdef _WIN32 -#define off_t long -#endif /* _WIN32 */ - #ifdef USE_LIBSMI #include #endif