From owner-svn-src-head@FreeBSD.ORG Thu Apr 16 23:02:56 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E33D41065677; Thu, 16 Apr 2009 23:02:56 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D11028FC15; Thu, 16 Apr 2009 23:02:56 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n3GN2uoZ094778; Thu, 16 Apr 2009 23:02:56 GMT (envelope-from kmacy@svn.freebsd.org) Received: (from kmacy@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n3GN2uor094777; Thu, 16 Apr 2009 23:02:56 GMT (envelope-from kmacy@svn.freebsd.org) Message-Id: <200904162302.n3GN2uor094777@svn.freebsd.org> From: Kip Macy Date: Thu, 16 Apr 2009 23:02:56 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r191160 - head/sys/netinet X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Apr 2009 23:02:57 -0000 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 */