summaryrefslogtreecommitdiffstats
path: root/sys/net/if_arp.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/if_arp.h
parentae64eec6808f55ce14974d1087e31455a79922ae (diff)
downloadFreeBSD-src-be1bed59fbc221986b3caa67bfed4cf41d917a58.zip
FreeBSD-src-be1bed59fbc221986b3caa67bfed4cf41d917a58.tar.gz
Make idempotent.
Submitted by: Paul
Diffstat (limited to 'sys/net/if_arp.h')
-rw-r--r--sys/net/if_arp.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/net/if_arp.h b/sys/net/if_arp.h
index 9642ddf..471e2e0 100644
--- a/sys/net/if_arp.h
+++ b/sys/net/if_arp.h
@@ -31,9 +31,12 @@
* SUCH DAMAGE.
*
* @(#)if_arp.h 8.1 (Berkeley) 6/10/93
- * $Id$
+ * $Id: if_arp.h,v 1.2 1994/08/02 07:46:10 davidg Exp $
*/
+#ifndef _NET_IF_ARP_H_
+#define _NET_IF_ARP_H_
+
/*
* Address Resolution Protocol.
*
@@ -84,3 +87,5 @@ struct arpreq {
#define ATF_PERM 0x04 /* permanent entry */
#define ATF_PUBL 0x08 /* publish entry (respond for other host) */
#define ATF_USETRAILERS 0x10 /* has requested trailers */
+
+#endif
OpenPOWER on IntegriCloud