svn commit: r231302 - stable/8/sys/netinet6

Bjoern A. Zeeb bz at FreeBSD.org
Thu Feb 9 20:54:15 UTC 2012


Author: bz
Date: Thu Feb  9 20:54:14 2012
New Revision: 231302
URL: http://svn.freebsd.org/changeset/base/231302

Log:
  MFC r229276:
  
   Remove an uneeded inpcb forward declaration and align the function
   declaration following to match the style in the rest of the file.

Modified:
  stable/8/sys/netinet6/in6_var.h
Directory Properties:
  stable/8/sys/   (props changed)

Modified: stable/8/sys/netinet6/in6_var.h
==============================================================================
--- stable/8/sys/netinet6/in6_var.h	Thu Feb  9 20:54:04 2012	(r231301)
+++ stable/8/sys/netinet6/in6_var.h	Thu Feb  9 20:54:14 2012	(r231302)
@@ -779,8 +779,7 @@ void	in6_ifremloop(struct ifaddr *);
 void	in6_ifaddloop(struct ifaddr *);
 
 int	in6_is_addr_deprecated __P((struct sockaddr_in6 *));
-struct inpcb;
-int in6_src_ioctl __P((u_long, caddr_t));
+int	in6_src_ioctl __P((u_long, caddr_t));
 #endif /* _KERNEL */
 
 #endif /* _NETINET6_IN6_VAR_H_ */


More information about the svn-src-stable-8 mailing list