aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/ipfilter/netinet/ip_state.h
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2021-01-15 04:32:16 +0000
committerCy Schubert <cy@FreeBSD.org>2021-01-25 22:46:45 +0000
commit83edbc3cb54fba6b37a68270c232df7b785bd222 (patch)
tree244dfc59f7c5c5decc098d51947130a108457e21 /sys/contrib/ipfilter/netinet/ip_state.h
parente7cf562a40fc093df054bd7fa6f34746069a984a (diff)
downloadsrc-83edbc3cb54fba6b37a68270c232df7b785bd222.tar.gz
src-83edbc3cb54fba6b37a68270c232df7b785bd222.zip
ipfilter: Retire pre-standard C support.
All C compilers in 2021 support standard C and architectures that did not were retired long ago. Simplify by removing now redundant pre-standard C code. MFC after: 1 week
Diffstat (limited to 'sys/contrib/ipfilter/netinet/ip_state.h')
-rw-r--r--sys/contrib/ipfilter/netinet/ip_state.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/contrib/ipfilter/netinet/ip_state.h b/sys/contrib/ipfilter/netinet/ip_state.h
index e765ac771538..e541cff52183 100644
--- a/sys/contrib/ipfilter/netinet/ip_state.h
+++ b/sys/contrib/ipfilter/netinet/ip_state.h
@@ -12,11 +12,7 @@
#ifndef __IP_STATE_H__
#define __IP_STATE_H__
-#if defined(__STDC__) || defined(__GNUC__) || defined(_AIX51)
# define SIOCDELST _IOW('r', 61, struct ipfobj)
-#else
-# define SIOCDELST _IOW(r, 61, struct ipfobj)
-#endif
struct ipscan;