summaryrefslogtreecommitdiff
path: root/sbin/sysctl
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2019-10-29 04:20:37 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2019-10-29 04:20:37 +0000
commit4270395499b031842dba5042d01cb640bf0a0526 (patch)
treeea9e1ecbe14ff8f51eaa7194214da81eca516c55 /sbin/sysctl
parent160d8b1a06a5a055861e9e04cae59893d18f3d6e (diff)
mobileip is going to the attic
Diffstat (limited to 'sbin/sysctl')
-rw-r--r--sbin/sysctl/sysctl.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/sysctl/sysctl.c b/sbin/sysctl/sysctl.c
index b751be4a3e4..551a1dbe1fb 100644
--- a/sbin/sysctl/sysctl.c
+++ b/sbin/sysctl/sysctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sysctl.c,v 1.247 2019/09/22 01:16:39 krw Exp $ */
+/* $OpenBSD: sysctl.c,v 1.248 2019/10/29 04:20:36 dlg Exp $ */
/* $NetBSD: sysctl.c,v 1.9 1995/09/30 07:12:50 thorpej Exp $ */
/*
@@ -1485,7 +1485,6 @@ struct ctlname espname[] = ESPCTL_NAMES;
struct ctlname ahname[] = AHCTL_NAMES;
struct ctlname etheripname[] = ETHERIPCTL_NAMES;
struct ctlname grename[] = GRECTL_NAMES;
-struct ctlname mobileipname[] = MOBILEIPCTL_NAMES;
struct ctlname ipcompname[] = IPCOMPCTL_NAMES;
struct ctlname carpname[] = CARPCTL_NAMES;
struct ctlname pfsyncname[] = PFSYNCCTL_NAMES;
@@ -1550,7 +1549,7 @@ struct list inetvars[] = {
{ 0, 0 },
{ 0, 0 },
{ 0, 0 },
- { mobileipname, MOBILEIPCTL_MAXID }, /* mobileip */
+ { 0, 0 },
{ 0, 0 },
{ 0, 0 },
{ 0, 0 },