summaryrefslogtreecommitdiff
path: root/sys/net/raw_cb.h
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-06-09 06:16:40 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-06-09 06:16:40 +0000
commit13c65eac1cefee96451c2c25b660f73de84834ff (patch)
tree0fbacf487c8cd2dee726f32dbece3df23d2f5751 /sys/net/raw_cb.h
parent470facdd7d89074650914f5a3a8ada963b1c071d (diff)
By popular demand, protect from multiple inclusion, and fix to use the
same naming style.
Diffstat (limited to 'sys/net/raw_cb.h')
-rw-r--r--sys/net/raw_cb.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/net/raw_cb.h b/sys/net/raw_cb.h
index 070e8a298ae..75e12d82f38 100644
--- a/sys/net/raw_cb.h
+++ b/sys/net/raw_cb.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: raw_cb.h,v 1.2 1996/03/03 21:07:17 niklas Exp $ */
+/* $OpenBSD: raw_cb.h,v 1.3 2001/06/09 06:16:39 angelos Exp $ */
/* $NetBSD: raw_cb.h,v 1.9 1996/02/13 22:00:41 christos Exp $ */
/*
@@ -36,6 +36,9 @@
* @(#)raw_cb.h 8.1 (Berkeley) 6/10/93
*/
+#ifndef _NET_RAW_CB_H_
+#define _NET_RAW_CB_H_
+
/*
* Raw protocol interface control block. Used
* to tie a socket to the generic raw interface.
@@ -69,3 +72,4 @@ int raw_usrreq __P((struct socket *,
int, struct mbuf *, struct mbuf *, struct mbuf *));
#endif /* _KERNEL */
+#endif /* _NET_RAW_CB_H_ */