Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jan 2003 03:03:07 -0800 (PST)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
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
Message-ID:  <200301191103.h0JB37tE099757@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301191103.h0JB37tE099757>