* device/ds_routines.c [LINUX_DEV && CONFIG_INET] (free_skbuffs): Add
prototype.
---
 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 (;;) {
-- 
1.7.5.4


Reply via email to