svn commit: r191160 - head/sys/netinet

Kip Macy kmacy at FreeBSD.org
Thu Apr 16 23:02:57 UTC 2009


Author: kmacy
Date: Thu Apr 16 23:02:56 2009
New Revision: 191160
URL: http://svn.freebsd.org/changeset/base/191160

Log:
  s/void/void */

Modified:
  head/sys/netinet/in_pcb.h

Modified: head/sys/netinet/in_pcb.h
==============================================================================
--- head/sys/netinet/in_pcb.h	Thu Apr 16 22:55:59 2009	(r191159)
+++ head/sys/netinet/in_pcb.h	Thu Apr 16 23:02:56 2009	(r191160)
@@ -170,7 +170,7 @@ struct inpcb {
 	u_char	inp_ip_minttl;		/* (i) minimum TTL or drop */
 	uint32_t inp_flowid;		/* (x) flow id / queue id */
 	u_int	inp_refcount;		/* (i) refcount */
-	void	inp_pspare[2];		/* (x) rtentry / general use */
+	void	*inp_pspare[2];		/* (x) rtentry / general use */
 
 	/* Local and foreign ports, local and foreign addr. */
 	struct	in_conninfo inp_inc;	/* (i/p) list for PCB's local port */


More information about the svn-src-head mailing list