From owner-cvs-all Mon Jun 3 22:48:41 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B87437B408; Mon, 3 Jun 2002 22:48:38 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g545mcq31547; Mon, 3 Jun 2002 22:48:38 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206040548.g545mcq31547@freefall.freebsd.org> From: "J. Mallett" Date: Mon, 3 Jun 2002 22:48:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys param.h 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 jmallett 2002/06/03 22:48:38 PDT Modified files: sys/sys param.h Log: NODEV is defined the same in _KERNEL and !_KERNEL case, so move it out from the preprocessor conditional, and remove the now-empty #else. Reviewed by: asmodai Revision Changes Path 1.130 +1 -3 src/sys/sys/param.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message