in6_ioctl() is declared in in6_var.h as it's used in if_umb.c, so
authorguenther <guenther@openbsd.org>
Fri, 25 Feb 2022 08:33:26 +0000 (08:33 +0000)
committerguenther <guenther@openbsd.org>
Fri, 25 Feb 2022 08:33:26 +0000 (08:33 +0000)
don't declare it again in the .c file

ok dlg@ mvs@ bluhm@

sys/netinet6/in6.c

index 500ae0e..85d660b 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: in6.c,v 1.244 2022/01/02 22:36:04 jsg Exp $   */
+/*     $OpenBSD: in6.c,v 1.245 2022/02/25 08:33:26 guenther Exp $      */
 /*     $KAME: in6.c,v 1.372 2004/06/14 08:14:21 itojun Exp $   */
 
 /*
@@ -115,7 +115,6 @@ const struct in6_addr in6mask64 = IN6MASK64;
 const struct in6_addr in6mask96 = IN6MASK96;
 const struct in6_addr in6mask128 = IN6MASK128;
 
-int in6_ioctl(u_long, caddr_t, struct ifnet *, int);
 int in6_ioctl_change_ifaddr(u_long, caddr_t, struct ifnet *);
 int in6_ioctl_get(u_long, caddr_t, struct ifnet *);
 int in6_check_embed_scope(struct sockaddr_in6 *, unsigned int);