From owner-cvs-src-old@FreeBSD.ORG Wed Apr 20 08:03:38 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6178A106564A for ; Wed, 20 Apr 2011 08:03:38 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4FCDE8FC14 for ; Wed, 20 Apr 2011 08:03:38 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p3K83cjq059029 for ; Wed, 20 Apr 2011 08:03:38 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p3K83cV8059028 for cvs-src-old@freebsd.org; Wed, 20 Apr 2011 08:03:38 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <201104200803.p3K83cV8059028@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bz@repoman.freebsd.org using -f From: "Bjoern A. Zeeb" Date: Wed, 20 Apr 2011 08:03:22 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet raw_ip.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Apr 2011 08:03:38 -0000 bz 2011-04-20 08:03:22 UTC FreeBSD src repository Modified files: sys/netinet raw_ip.c Log: SVN rev 220880 on 2011-04-20 08:03:22Z by bz MFp4 CH=191760: When compiling out INET we still need the initialization routines as well as the tuning and montoring sysctls shared with IPv6. Move the two send/recvspace variables up from the middle of the file to ease compiling out the INET only code. Reviewed by: gnn Sponsored by: The FreeBSD Foundation Sponsored by: iXsystems MFC after: 3 days Revision Changes Path 1.233 +17 -8 src/sys/netinet/raw_ip.c