- Remove SIOCGDRLST_IN6 and SIOCGPRLST_IN6. These are quite old APIs and

there is no consumer now.

MFC after:	3 days
This commit is contained in:
Hiroki Sato 2015-09-10 06:31:24 +00:00
parent d0bec2c522
commit e3884653f6

View File

@ -442,11 +442,6 @@ struct in6_rrenumreq {
#define SIOCGIFAFLAG_IN6 _IOWR('i', 73, struct in6_ifreq)
#define SIOCGDRLST_IN6 _IOWR('i', 74, struct in6_drlist)
#ifdef _KERNEL
/* XXX: SIOCGPRLST_IN6 is exposed in KAME but in6_oprlist is not. */
#define SIOCGPRLST_IN6 _IOWR('i', 75, struct in6_oprlist)
#endif
#ifdef _KERNEL
#define OSIOCGIFINFO_IN6 _IOWR('i', 76, struct in6_ondireq)
#endif