aboutsummaryrefslogtreecommitdiff
path: root/sys/net/bpf_compat.h
diff options
context:
space:
mode:
authorPaul Richards <paul@FreeBSD.org>1994-08-21 05:11:48 +0000
committerPaul Richards <paul@FreeBSD.org>1994-08-21 05:11:48 +0000
commitcea1da3be2dd73c9fb2a1bd844f1959cb10c172b (patch)
tree016a8d95fca6fa7f4d9c2c455b7f14b5730261fb /sys/net/bpf_compat.h
parent681843832360e1aac71c24d569b56c08c5cacf90 (diff)
downloadsrc-cea1da3be2dd73c9fb2a1bd844f1959cb10c172b.tar.gz
src-cea1da3be2dd73c9fb2a1bd844f1959cb10c172b.zip
Make idempotent.
Submitted by: Paul
Notes
Notes: svn path=/head/; revision=2168
Diffstat (limited to 'sys/net/bpf_compat.h')
-rw-r--r--sys/net/bpf_compat.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/net/bpf_compat.h b/sys/net/bpf_compat.h
index 682426c96639..44dab52e0c9d 100644
--- a/sys/net/bpf_compat.h
+++ b/sys/net/bpf_compat.h
@@ -31,9 +31,12 @@
* SUCH DAMAGE.
*
* @(#)bpf_compat.h 8.1 (Berkeley) 6/10/93
- * $Id$
+ * $Id: bpf_compat.h,v 1.2 1994/08/02 07:45:56 davidg Exp $
*/
+#ifndef _NET_BPF_COMPAT_H_
+#define _NET_BPF_COMPAT_H_
+
/*
* Some hacks for compatibility across SunOS and 4.4BSD. We emulate malloc
* and free with mbuf clusters. We store a pointer to the mbuf in the first
@@ -47,3 +50,5 @@
/* This mapping works for our purposes. */
#define ERESTART EINTR
+
+#endif