From: mikeb Date: Tue, 14 Apr 2015 14:18:37 +0000 (+0000) Subject: ip6_sprintf is long gone; noticed by blambert X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=85339da8e224ad89f6c2801f7a1cf662c1c4d668;p=openbsd ip6_sprintf is long gone; noticed by blambert --- diff --git a/sys/netinet6/in6.h b/sys/netinet6/in6.h index 33e2b633ed4..4b3bb6dc969 100644 --- a/sys/netinet6/in6.h +++ b/sys/netinet6/in6.h @@ -1,4 +1,4 @@ -/* $OpenBSD: in6.h,v 1.81 2015/04/10 13:58:20 dlg Exp $ */ +/* $OpenBSD: in6.h,v 1.82 2015/04/14 14:18:37 mikeb Exp $ */ /* $KAME: in6.h,v 1.83 2001/03/29 02:55:07 jinmei Exp $ */ /* @@ -433,8 +433,6 @@ struct in6_ifaddr *in6_ifawithscope(struct ifnet *, struct in6_addr *, u_int); void in6_get_rand_ifid(struct ifnet *, struct in6_addr *); int in6_mask2len(struct in6_addr *, u_char *); -char *ip6_sprintf(struct in6_addr *); - struct inpcb; int in6_embedscope(struct in6_addr *, const struct sockaddr_in6 *,