From owner-cvs-all Sun Jan 19 3: 3:10 2003 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 CC4D437B401; Sun, 19 Jan 2003 03:03:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A7D843EB2; Sun, 19 Jan 2003 03:03:08 -0800 (PST) (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 h0JB38fh099758; Sun, 19 Jan 2003 03:03:08 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0JB37tE099757; Sun, 19 Jan 2003 03:03:07 -0800 (PST) Message-Id: <200301191103.h0JB37tE099757@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 19 Jan 2003 03:03:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/devfs devfs_devs.c src/sys/kern init_main.c kern_conf.c kern_descrip.c tty_tty.c src/sys/net if_tap.c if_tun.c src/sys/sys conf.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 phk 2003/01/19 03:03:07 PST Modified files: sys/fs/devfs devfs_devs.c sys/kern init_main.c kern_conf.c kern_descrip.c tty_tty.c sys/net if_tap.c if_tun.c sys/sys conf.h Log: Originally when DEVFS was added, a global variable "devfs_present" was used to control code which were conditional on DEVFS' precense since this avoided the need for large-scale source pollution with #include "opt_geom.h" Now that we approach making DEVFS standard, replace these tests with an #ifdef to facilitate mechanical removal once DEVFS becomes non-optional. No functional change by this commit. Revision Changes Path 1.24 +0 -1 src/sys/fs/devfs/devfs_devs.c 1.219 +15 -15 src/sys/kern/init_main.c 1.114 +4 -3 src/sys/kern/kern_conf.c 1.181 +7 -5 src/sys/kern/kern_descrip.c 1.46 +1 -6 src/sys/kern/tty_tty.c 1.24 +9 -8 src/sys/net/if_tap.c 1.113 +9 -8 src/sys/net/if_tun.c 1.156 +0 -1 src/sys/sys/conf.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message