svn commit: r231286 - stable/7/sys/netinet6

Bjoern A. Zeeb bz at FreeBSD.org
Thu Feb 9 16:12:26 UTC 2012


Author: bz
Date: Thu Feb  9 16:12:25 2012
New Revision: 231286
URL: http://svn.freebsd.org/changeset/base/231286

Log:
  MFC r229127:
  
   Remove a declaration to a non-existent function.

Modified:
  stable/7/sys/netinet6/scope6_var.h
Directory Properties:
  stable/7/sys/   (props changed)

Modified: stable/7/sys/netinet6/scope6_var.h
==============================================================================
--- stable/7/sys/netinet6/scope6_var.h	Thu Feb  9 16:12:12 2012	(r231285)
+++ stable/7/sys/netinet6/scope6_var.h	Thu Feb  9 16:12:25 2012	(r231286)
@@ -49,7 +49,6 @@ int	scope6_set __P((struct ifnet *, stru
 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 *));


More information about the svn-src-all mailing list