diff options
author | Thomas Bushnell <thomas@gnu.org> | 1997-03-24 21:53:03 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1997-03-24 21:53:03 +0000 |
commit | 30b32d2ccbf95436b642e6208d6829dcf68981fa (patch) | |
tree | 481af37a46b22473db7cadf280a6b5466136d726 /device | |
parent | 455c9e455d124e3359d8f9e16ffe111178589e6f (diff) |
prerelease work
Diffstat (limited to 'device')
-rw-r--r-- | device/ds_routines.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/device/ds_routines.c b/device/ds_routines.c index 9880f7e..9f3e039 100644 --- a/device/ds_routines.c +++ b/device/ds_routines.c @@ -66,6 +66,7 @@ #ifdef i386 #include <i386at/device_emul.h> +#include <i386/device-drivers.h> #endif #ifdef i386 @@ -1428,7 +1429,7 @@ void io_done_thread_continue() register spl_t s; register io_req_t ior; -#if defined (i386) && defined (LINUX_DEV) +#if defined (i386) && defined (LINUX_DEV) && defined (CONFIG_INET) free_skbuffs (); #endif s = splio(); |