svn commit: r231301 - stable/9/sys/netinet6

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


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

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/9/sys/netinet6/in6_var.h
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/9/sys/netinet6/in6_var.h
==============================================================================
--- stable/9/sys/netinet6/in6_var.h	Thu Feb  9 20:51:03 2012	(r231300)
+++ stable/9/sys/netinet6/in6_var.h	Thu Feb  9 20:54:04 2012	(r231301)
@@ -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-all mailing list