summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_fil.h
diff options
context:
space:
mode:
authorKjell Wooding <kjell@cvs.openbsd.org>2001-01-30 04:23:57 +0000
committerKjell Wooding <kjell@cvs.openbsd.org>2001-01-30 04:23:57 +0000
commit2f35ed6fbb48972a399c5b56df252d3edcf73809 (patch)
tree49eedc7734fae4d6f8043d6e330b2206e3ddbe06 /sys/netinet/ip_fil.h
parent35a4a2f01b30f9510e1be64c14580cca8ed556d5 (diff)
re-add local ipf changes that were whacked in the 3.4.16 merge. userland to follow
Diffstat (limited to 'sys/netinet/ip_fil.h')
-rw-r--r--sys/netinet/ip_fil.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/netinet/ip_fil.h b/sys/netinet/ip_fil.h
index 72b5025c19e..4e2a4c78ae8 100644
--- a/sys/netinet/ip_fil.h
+++ b/sys/netinet/ip_fil.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_fil.h,v 1.21 2001/01/17 04:47:13 fgsch Exp $ */
+/* $OpenBSD: ip_fil.h,v 1.22 2001/01/30 04:23:56 kjell Exp $ */
/*
* Copyright (C) 1993-2000 by Darren Reed.
@@ -424,8 +424,10 @@ typedef struct ipflog {
} ipflog_t;
-#ifndef ICMP_UNREACH_FILTER
-# define ICMP_UNREACH_FILTER 13
+#if !defined(__OpenBSD__)
+# ifndef ICMP_UNREACH_FILTER
+# define ICMP_UNREACH_FILTER 13
+# endif
#endif
#ifndef IPF_LOGGING