From owner-cvs-all Sun Oct 20 13: 9:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF65237B401; Sun, 20 Oct 2002 13:09:09 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 619F743E9C; Sun, 20 Oct 2002 13:09:09 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9KK8imV075574; Sun, 20 Oct 2002 13:08:44 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9KK8iPD075573; Sun, 20 Oct 2002 13:08:44 -0700 (PDT) Message-Id: <200210202008.g9KK8iPD075573@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 20 Oct 2002 13:08:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom_subr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/10/20 13:08:44 PDT Modified files: sys/geom geom_subr.c Log: The g_id*() functions are not needed in the userland test-suite so #ifdef _KERNEL them rather than deal with a copyin simulation. Sponsored by: DARPA & NAI Labs Revision Changes Path 1.19 +2 -0 src/sys/geom/geom_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message