From owner-cvs-src-old@FreeBSD.ORG Mon Sep 6 21:03:43 2010 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 E7A5010656E0 for ; Mon, 6 Sep 2010 21:03:43 +0000 (UTC) (envelope-from will@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A58678FC0A for ; Mon, 6 Sep 2010 21:03:43 +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 o86L3h7j047860 for ; Mon, 6 Sep 2010 21:03:43 GMT (envelope-from will@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o86L3hQJ047857 for cvs-src-old@freebsd.org; Mon, 6 Sep 2010 21:03:43 GMT (envelope-from will@repoman.freebsd.org) Message-Id: <201009062103.o86L3hQJ047857@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to will@repoman.freebsd.org using -f From: Will Andrews Date: Mon, 6 Sep 2010 21:03:30 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet ip_carp.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: Mon, 06 Sep 2010 21:03:44 -0000 will 2010-09-06 21:03:30 UTC FreeBSD src repository Modified files: sys/netinet ip_carp.c Log: SVN rev 212265 on 2010-09-06 21:03:30Z by will Fix static kernel builds with carp(4) by changing its SYSINIT order so that it is initialized after basic protocol initialization, which allows it to register via pf_proto_register(). Reviewed by: bz Approved by: ken (mentor) Revision Changes Path 1.80 +1 -1 src/sys/netinet/ip_carp.c