diff options
Diffstat (limited to 'device/ds_routines.c')
-rw-r--r-- | device/ds_routines.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/device/ds_routines.c b/device/ds_routines.c index 93569f2..5b36329 100644 --- a/device/ds_routines.c +++ b/device/ds_routines.c @@ -1489,6 +1489,10 @@ void iodone(ior) splx(s); } +#if defined (LINUX_DEV) && defined (CONFIG_INET) +extern void free_skbuffs (); +#endif + void io_done_thread_continue() { for (;;) { |