summaryrefslogtreecommitdiffstats
path: root/sys/net/netisr.h
diff options
context:
space:
mode:
authorpaul <paul@FreeBSD.org>1994-08-21 05:11:48 +0000
committerpaul <paul@FreeBSD.org>1994-08-21 05:11:48 +0000
commitbe1bed59fbc221986b3caa67bfed4cf41d917a58 (patch)
tree016a8d95fca6fa7f4d9c2c455b7f14b5730261fb /sys/net/netisr.h
parentae64eec6808f55ce14974d1087e31455a79922ae (diff)
downloadFreeBSD-src-be1bed59fbc221986b3caa67bfed4cf41d917a58.zip
FreeBSD-src-be1bed59fbc221986b3caa67bfed4cf41d917a58.tar.gz
Make idempotent.
Submitted by: Paul
Diffstat (limited to 'sys/net/netisr.h')
-rw-r--r--sys/net/netisr.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/net/netisr.h b/sys/net/netisr.h
index 48bec1c3..1a4b3f4 100644
--- a/sys/net/netisr.h
+++ b/sys/net/netisr.h
@@ -31,9 +31,12 @@
* SUCH DAMAGE.
*
* @(#)netisr.h 8.1 (Berkeley) 6/10/93
- * $Id$
+ * $Id: netisr.h,v 1.3 1994/08/02 07:46:27 davidg Exp $
*/
+#ifndef _NET_NETISR_H_
+#define _NET_NETISR_H_
+
/*
* The networking code runs off software interrupts.
*
@@ -67,3 +70,5 @@
volatile unsigned int netisr; /* scheduling bits for network */
#endif
#endif
+
+#endif
OpenPOWER on IntegriCloud