bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 08/17] Add prototype for free_skbuffs function


From: Guillem Jover
Subject: [PATCH 08/17] Add prototype for free_skbuffs function
Date: Thu, 25 Aug 2011 15:22:31 +0200

* 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

[Prev in Thread] Current Thread [Next in Thread]