aboutsummaryrefslogtreecommitdiff
path: root/sys/isofs
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>1998-04-20 03:57:41 +0000
committerJulian Elischer <julian@FreeBSD.org>1998-04-20 03:57:41 +0000
commitc0bab11dfeb70ec0a535d714b55f1cf4b99d40e7 (patch)
tree6e383a0685f98f21fe56c485740cfe4469b8fca0 /sys/isofs
parent53b8d408ff5256586f01764004bbcb200a9a70fb (diff)
downloadsrc-c0bab11dfeb70ec0a535d714b55f1cf4b99d40e7.tar.gz
src-c0bab11dfeb70ec0a535d714b55f1cf4b99d40e7.zip
Make the devfs SLICE option a standard type option.
(hopefully it will go away eventually anyhow)
Notes
Notes: svn path=/head/; revision=35323
Diffstat (limited to 'sys/isofs')
-rw-r--r--sys/isofs/cd9660/cd9660_vfsops.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/isofs/cd9660/cd9660_vfsops.c b/sys/isofs/cd9660/cd9660_vfsops.c
index c4a4a57d0c5d..09f271206d79 100644
--- a/sys/isofs/cd9660/cd9660_vfsops.c
+++ b/sys/isofs/cd9660/cd9660_vfsops.c
@@ -36,9 +36,10 @@
* SUCH DAMAGE.
*
* @(#)cd9660_vfsops.c 8.18 (Berkeley) 5/22/95
- * $Id: cd9660_vfsops.c,v 1.35 1998/03/08 09:56:41 julian Exp $
+ * $Id: cd9660_vfsops.c,v 1.36 1998/04/19 23:31:48 julian Exp $
*/
+#include "opt_devfs.h" /* for SLICE */
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/namei.h>