diff options
author | bz <bz@FreeBSD.org> | 2011-12-31 16:19:22 +0000 |
---|---|---|
committer | bz <bz@FreeBSD.org> | 2011-12-31 16:19:22 +0000 |
commit | 55bd70ed9a164b6b2d84037c8362ff3725ff294b (patch) | |
tree | 51d364ee2353062d54fd7df3a4e0e6f01c10a0c1 /sys/netinet6/scope6_var.h | |
parent | 187079c9a3a39d289286a81e643f8e109c806a38 (diff) | |
download | FreeBSD-src-55bd70ed9a164b6b2d84037c8362ff3725ff294b.zip FreeBSD-src-55bd70ed9a164b6b2d84037c8362ff3725ff294b.tar.gz |
Remove a declaration to a non-existent function.
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/netinet6/scope6_var.h')
-rw-r--r-- | sys/netinet6/scope6_var.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netinet6/scope6_var.h b/sys/netinet6/scope6_var.h index 55e0c8e..8ec6f10 100644 --- a/sys/netinet6/scope6_var.h +++ b/sys/netinet6/scope6_var.h @@ -49,7 +49,6 @@ int scope6_set __P((struct ifnet *, struct scope6_id *)); int scope6_get __P((struct ifnet *, struct scope6_id *)); void scope6_setdefault __P((struct ifnet *)); int scope6_get_default __P((struct scope6_id *)); -u_int32_t scope6_in6_addrscope __P((struct in6_addr *)); u_int32_t scope6_addr2default __P((struct in6_addr *)); int sa6_embedscope __P((struct sockaddr_in6 *, int)); int sa6_recoverscope __P((struct sockaddr_in6 *)); |