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 */
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to