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

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


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

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

Modified: stable/7/sys/netinet6/in6_var.h
==============================================================================
--- stable/7/sys/netinet6/in6_var.h	Thu Feb  9 20:54:14 2012	(r231302)
+++ stable/7/sys/netinet6/in6_var.h	Thu Feb  9 20:54:25 2012	(r231303)
@@ -625,8 +625,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