diff options
author | Michael Richardson <mcr@sandelman.ca> | 2023-07-27 12:41:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-27 12:41:06 -0400 |
commit | 08a63dc096c5360806487ee17f9e06ae6c833a67 (patch) | |
tree | aa7c6973dc4e822bb5c725c2df483b8b5c0c9d2f /gencode.c | |
parent | c63961294842a15cdfc858e991d611e72aec6f8c (diff) | |
parent | e80574e28617c0948eacccabf4bb665035458870 (diff) |
Merge pull request #1209 from the-tcpdump-group/nuke-msdos
MSDOS packet driver interface is no longer testable
Diffstat (limited to 'gencode.c')
-rw-r--r-- | gencode.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -43,10 +43,6 @@ #include <stdarg.h> #include <stdio.h> -#ifdef MSDOS -#include "pcap-dos.h" -#endif - #include "pcap-int.h" #include "extract.h" |