diff options
author | 2020-08-22 17:55:54 +0000 | |
---|---|---|
committer | 2020-08-22 17:55:54 +0000 | |
commit | 3bb7c9e932aecaff16f131d624ccfe641eb349b5 (patch) | |
tree | 8a95f98ebbd8c34e0f8725b4eef18b84bad392cb /sys/netinet/icmp_var.h | |
parent | Convert ip_sysctl to sysctl_bounded_args (diff) | |
download | wireguard-openbsd-3bb7c9e932aecaff16f131d624ccfe641eb349b5.tar.xz wireguard-openbsd-3bb7c9e932aecaff16f131d624ccfe641eb349b5.zip |
Convert icmp_sysctl to sysctl_bounded_args
... these all look fine, derradt@
Diffstat (limited to 'sys/netinet/icmp_var.h')
-rw-r--r-- | sys/netinet/icmp_var.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/sys/netinet/icmp_var.h b/sys/netinet/icmp_var.h index a8ad4bdb1fc..76cf4de4ada 100644 --- a/sys/netinet/icmp_var.h +++ b/sys/netinet/icmp_var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: icmp_var.h,v 1.15 2017/02/07 22:30:16 jmatthew Exp $ */ +/* $OpenBSD: icmp_var.h,v 1.16 2020/08/22 17:55:54 gnezdo Exp $ */ /* $NetBSD: icmp_var.h,v 1.8 1995/03/26 20:32:19 jtc Exp $ */ /* @@ -79,17 +79,6 @@ struct icmpstat { { "stats", CTLTYPE_STRUCT } \ } -#define ICMPCTL_VARS { \ - NULL, \ - &icmpmaskrepl, \ - &icmpbmcastecho, \ - &icmperrppslim, \ - &icmp_rediraccept, \ - NULL, \ - &icmptstamprepl, \ - NULL \ -} - #ifdef _KERNEL #include <sys/percpu.h> |