dect
/
libpcap
Archived
13
0
Fork 0

From Gisle Vanem:

* gnuc.h not needed.

* sys/pack*.h was renamed in a recent Watt-32 distro.
This commit is contained in:
guy 2008-04-22 17:20:25 +00:00
parent 86b399c3ca
commit 59e8b67528
1 changed files with 2 additions and 3 deletions

View File

@ -21,7 +21,6 @@
#include <string.h>
#include <dos.h>
#include "gnuc.h"
#include "pcap-dos.h"
#include "pcap-int.h"
#include "msdos/pktdrvr.h"
@ -61,7 +60,7 @@
#if (DOSX & (DJGPP|DOS4GW))
#include <sys/packon.h>
#include <sys/pack_on.h>
struct DPMI_regs {
DWORD r_di;
@ -91,7 +90,7 @@
WORD _fanIndex;
BYTE _PktReceiver[15]; /* starts on a paragraph (16byte) */
} PktRealStub;
#include <sys/packoff.h>
#include <sys/pack_off.h>
static BYTE real_stub_array [] = {
#include "pkt_stub.inc" /* generated opcode array */