aboutsummaryrefslogtreecommitdiff
path: root/sf-pcap.c
diff options
context:
space:
mode:
Diffstat (limited to 'sf-pcap.c')
-rw-r--r--sf-pcap.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sf-pcap.c b/sf-pcap.c
index 54b5c851..2c310773 100644
--- a/sf-pcap.c
+++ b/sf-pcap.c
@@ -61,12 +61,6 @@
*/
#if defined(_WIN32)
#define SET_BINMODE(f) _setmode(_fileno(f), _O_BINARY)
-#elif defined(MSDOS)
- #if defined(__HIGHC__)
- #define SET_BINMODE(f) setmode(f, O_BINARY)
- #else
- #define SET_BINMODE(f) setmode(fileno(f), O_BINARY)
- #endif
#endif
/*