summaryrefslogtreecommitdiffstats
path: root/sys/netinet/icmp_var.h
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>1998-12-04 03:49:18 +0000
committerdillon <dillon@FreeBSD.org>1998-12-04 03:49:18 +0000
commitb152822d79eab2ba0d3440b948b173dc9d43ecd7 (patch)
tree108ce1b75bc1108433448afe217d0984b19453a9 /sys/netinet/icmp_var.h
parentce77529263b7de036c2e8a3fae95cd07a99b7e32 (diff)
downloadFreeBSD-src-b152822d79eab2ba0d3440b948b173dc9d43ecd7.zip
FreeBSD-src-b152822d79eab2ba0d3440b948b173dc9d43ecd7.tar.gz
Obtained from: "Andrey A. Chernov" <ache@nagual.pp.ru>
Quick add #ifdef KERNEL for ICMP_BANDLIM option so userland program can #include icmp_var.h
Diffstat (limited to 'sys/netinet/icmp_var.h')
-rw-r--r--sys/netinet/icmp_var.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/netinet/icmp_var.h b/sys/netinet/icmp_var.h
index 8c3a500..dcbc82e 100644
--- a/sys/netinet/icmp_var.h
+++ b/sys/netinet/icmp_var.h
@@ -31,13 +31,15 @@
* SUCH DAMAGE.
*
* @(#)icmp_var.h 8.1 (Berkeley) 6/10/93
- * $Id: icmp_var.h,v 1.9 1997/09/07 05:26:34 bde Exp $
+ * $Id: icmp_var.h,v 1.10 1998/12/03 20:23:20 dillon Exp $
*/
#ifndef _NETINET_ICMP_VAR_H_
#define _NETINET_ICMP_VAR_H_
+#ifdef KERNEL
#include "opt_icmp_bandlim.h" /* for ICMP_BANDLIM */
+#endif
/*
* Variables related to this implementation
OpenPOWER on IntegriCloud