Skip to content

Commit

Permalink
From Gisle Vanem:
Browse files Browse the repository at this point in the history
* gnuc.h not needed.

* sys/pack*.h was renamed in a recent Watt-32 distro.
  • Loading branch information
yuguy committed Apr 22, 2008
1 parent 86b399c commit 59e8b67
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions msdos/pktdrvr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -61,7 +60,7 @@


#if (DOSX & (DJGPP|DOS4GW))
#include <sys/packon.h>
#include <sys/pack_on.h>

struct DPMI_regs {
DWORD r_di;
Expand Down Expand Up @@ -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 */
Expand Down

0 comments on commit 59e8b67

Please sign in to comment.