summaryrefslogtreecommitdiffstats
path: root/sys/isofs/cd9660/cd9660_vfsops.c
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1998-04-20 03:57:41 +0000
committerjulian <julian@FreeBSD.org>1998-04-20 03:57:41 +0000
commitcb9166e241e78d9e239fe009b221fd26681a754e (patch)
treece879479a904630bada69f7d32f69a8918c8be95 /sys/isofs/cd9660/cd9660_vfsops.c
parent6919d0a394f8dfca3382a9fd32ac7df25833c942 (diff)
downloadFreeBSD-src-cb9166e241e78d9e239fe009b221fd26681a754e.zip
FreeBSD-src-cb9166e241e78d9e239fe009b221fd26681a754e.tar.gz
Make the devfs SLICE option a standard type option.
(hopefully it will go away eventually anyhow)
Diffstat (limited to 'sys/isofs/cd9660/cd9660_vfsops.c')
-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 c4a4a57..09f2712 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>
OpenPOWER on IntegriCloud