This commit is contained in:
cube 2007-05-27 16:58:17 +00:00
parent be45f4d02a
commit 8b523203e0
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: in6.c,v 1.128 2007/05/23 17:32:46 christos Exp $ */
/* $NetBSD: in6.c,v 1.129 2007/05/27 16:58:17 cube Exp $ */
/* $KAME: in6.c,v 1.198 2001/07/18 09:12:38 itojun Exp $ */
/*
@ -62,7 +62,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: in6.c,v 1.128 2007/05/23 17:32:46 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: in6.c,v 1.129 2007/05/27 16:58:17 cube Exp $");
#include "opt_inet.h"
#include "opt_pfil_hooks.h"
@ -362,7 +362,7 @@ in6_control1(struct socket *so, u_long cmd, void *data, struct ifnet *ifp,
*/
case SIOCSIFADDR:
case SIOCSIFDSTADDR:
#ifdef SIOCSIFCONF_X26
#ifdef SIOCSIFCONF_X25
case SIOCSIFCONF_X25:
#endif
return EOPNOTSUPP;