summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJennifer Averett <jennifer.averett@oarcorp.com>2012-07-03 10:06:05 -0500
committerJennifer Averett <jennifer.averett@oarcorp.com>2012-07-03 10:06:05 -0500
commit4d28b934bb7d53d2e4668f7d07be8a7915763ec3 (patch)
tree97d6378a55e10a2829e18127bb74608ea24e0b2a
parentAdded isa header files for Nic. (diff)
downloadrtems-libbsd-4d28b934bb7d53d2e4668f7d07be8a7915763ec3.tar.bz2
Added back in a couple of methods.
-rw-r--r--freebsd/net/netisr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/freebsd/net/netisr.c b/freebsd/net/netisr.c
index aea825f4..ccdd2f21 100644
--- a/freebsd/net/netisr.c
+++ b/freebsd/net/netisr.c
@@ -542,7 +542,6 @@ netisr_setqlimit(const struct netisr_handler *nhp, u_int qlimit)
return (0);
}
-#ifndef __rtems__
/*
* Drain all packets currently held in a particular protocol work queue.
*/
@@ -608,7 +607,6 @@ netisr_unregister(const struct netisr_handler *nhp)
}
NETISR_WUNLOCK();
}
-#endif /* __rtems__ */
/*
* Look up the workstream given a packet and source identifier. Do this by