[rtems-libbsd commit] Added back in a couple of methods.

Jennifer Averett jennifer at rtems.org
Tue Jul 3 15:03:27 UTC 2012


Module:    rtems-libbsd
Branch:    master
Commit:    4d28b934bb7d53d2e4668f7d07be8a7915763ec3
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=4d28b934bb7d53d2e4668f7d07be8a7915763ec3

Author:    Jennifer Averett <jennifer.averett at oarcorp.com>
Date:      Tue Jul  3 10:06:05 2012 -0500

Added back in a couple of methods.

---

 freebsd/net/netisr.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/freebsd/net/netisr.c b/freebsd/net/netisr.c
index aea825f..ccdd2f2 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




More information about the vc mailing list