From owner-p4-projects@FreeBSD.ORG Sat Oct 18 12:52:44 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id AF628106569C; Sat, 18 Oct 2008 12:52:44 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68D581065697 for ; Sat, 18 Oct 2008 12:52:44 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outC.internet-mail-service.net (outc.internet-mail-service.net [216.240.47.226]) by mx1.freebsd.org (Postfix) with ESMTP id 53B928FC15 for ; Sat, 18 Oct 2008 12:52:44 +0000 (UTC) (envelope-from julian@elischer.org) Received: from idiom.com (mx0.idiom.com [216.240.32.160]) by out.internet-mail-service.net (Postfix) with ESMTP id 177072416; Sat, 18 Oct 2008 05:52:45 -0700 (PDT) Received: from julian-mac.elischer.org (localhost [127.0.0.1]) by idiom.com (Postfix) with ESMTP id E9FBC2D6011; Sat, 18 Oct 2008 05:52:42 -0700 (PDT) Message-ID: <48F9DC1C.6050704@elischer.org> Date: Sat, 18 Oct 2008 20:52:44 +0800 From: Julian Elischer User-Agent: Thunderbird 2.0.0.17 (Macintosh/20080914) MIME-Version: 1.0 To: Marko Zec References: <200810171328.m9HDS2aF039954@repoman.freebsd.org> In-Reply-To: <200810171328.m9HDS2aF039954@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Perforce Change Reviews Subject: Re: PERFORCE change 151482 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Oct 2008 12:52:45 -0000 Marko Zec wrote: > @@ -2944,7 +2943,7 @@ > if_register_com_alloc(u_char type, > if_com_alloc_t *a, if_com_free_t *f) > { > - > + > KASSERT(if_com_alloc[type] == NULL, > ("if_register_com_alloc: %d already registered", type)); > KASSERT(if_com_free[type] == NULL, > whitespace changed the wrong way..