K 10 svn:author V 3 phk K 8 svn:date V 27 2003-01-19T11:03:07.000000Z K 7 svn:log V 406 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. END