From owner-cvs-src@FreeBSD.ORG Thu Jul 5 08:53:22 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 042E516A468; Thu, 5 Jul 2007 08:53:22 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D1B9513C448; Thu, 5 Jul 2007 08:53:21 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l658rLu1034394; Thu, 5 Jul 2007 08:53:21 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l658rLTP034393; Thu, 5 Jul 2007 08:53:21 GMT (envelope-from bz) Message-Id: <200707050853.l658rLTP034393@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Thu, 5 Jul 2007 08:53:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i4b/layer4 i4b_i4bdrv.c i4b_l4.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jul 2007 08:53:22 -0000 bz 2007-07-05 08:53:21 UTC FreeBSD src repository Modified files: sys/i4b/layer4 i4b_i4bdrv.c i4b_l4.c Log: Fix a build breakage as result of disabling parts of I4B. Check for (temporary gone) kernel options to be defined before using them. Reported by: peter Approved by: re (rwatson) Revision Changes Path 1.45 +5 -5 src/sys/i4b/layer4/i4b_i4bdrv.c 1.21 +12 -12 src/sys/i4b/layer4/i4b_l4.c