summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_fil.h
diff options
context:
space:
mode:
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