svn commit: r229276 - head/sys/netinet6

Bjoern A. Zeeb bz at FreeBSD.org
Mon Jan 2 13:03:14 UTC 2012


Author: bz
Date: Mon Jan  2 13:03:13 2012
New Revision: 229276
URL: http://svn.freebsd.org/changeset/base/229276

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

Modified:
  head/sys/netinet6/in6_var.h

Modified: head/sys/netinet6/in6_var.h
==============================================================================
--- head/sys/netinet6/in6_var.h	Mon Jan  2 13:01:57 2012	(r229275)
+++ head/sys/netinet6/in6_var.h	Mon Jan  2 13:03:13 2012	(r229276)
@@ -791,8 +791,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