K 10 svn:author V 3 bde K 8 svn:date V 27 1998-07-20T12:37:59.000000Z K 7 svn:log V 466 Backed out rev.1.43 (removed nonsense SLICE ifdef). SLICE is normally only defined in opt_devfs.h, so testing it before including anything is normally a no-op. Undef'ing DEVFS before including opt_devfs.h is similarly useless. OTOH, DEVFS support for sliced but not SLICEd (despite defined(SLICE)) devices is either harmless (if there are no such devices, then nothing in this file is used) or necessary (otherwise). It even seems to work for sliced cd devices. END