From 488ae3115a72a9d6025d5991ea405617707de03a Mon Sep 17 00:00:00 2001 From: tedu Date: Tue, 27 Jun 2017 22:18:24 +0000 Subject: [PATCH] remove the obsolete timeslot ioctl --- sys/sys/sockio.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sys/sys/sockio.h b/sys/sys/sockio.h index 4a774a8e615..216c2d5ba31 100644 --- a/sys/sys/sockio.h +++ b/sys/sys/sockio.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sockio.h,v 1.69 2016/11/28 10:12:49 reyk Exp $ */ +/* $OpenBSD: sockio.h,v 1.70 2017/06/27 22:18:24 tedu Exp $ */ /* $NetBSD: sockio.h,v 1.5 1995/08/23 00:40:47 thorpej Exp $ */ /*- @@ -153,9 +153,6 @@ #define SIOCSIFRTLABEL _IOW('i', 130, struct ifreq) /* set ifnet rtlabel */ #define SIOCGIFRTLABEL _IOWR('i', 131, struct ifreq) /* set ifnet rtlabel */ -#define SIOCSIFTIMESLOT _IOW('i', 133, struct ifreq) /* set ifnet timeslot */ -#define SIOCGIFTIMESLOT _IOWR('i', 134, struct ifreq) /* get ifnet timeslot */ - #define SIOCSETVLAN _IOW('i', 143, struct ifreq) /* set vlan parent if */ #define SIOCGETVLAN _IOWR('i', 144, struct ifreq) /* get vlan parent if */ -- 2.20.1