diff --git a/sys/kern/vfs_conf.c b/sys/kern/vfs_conf.c index 4f4d522be18d..269570cda781 100644 --- a/sys/kern/vfs_conf.c +++ b/sys/kern/vfs_conf.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)vfs_conf.c 7.3 (Berkeley) 6/28/90 - * $Id: vfs_conf.c,v 1.15 1994/03/09 21:23:48 ws Exp $ + * $Id: vfs_conf.c,v 1.16 1994/04/12 05:03:03 cgd Exp $ */ #include @@ -133,7 +133,7 @@ struct vfsops *vfssw[] = { #else (struct vfsops *)0, #endif - (struct vfsops *)0, /* 9 = MOUNT_AFS */ + (struct vfsops *)0, /* 9 = XXX CURRENTLY EMPTY */ #ifdef PROCFS &procfs_vfsops, /* 10 = MOUNT_PROCFS */ #else diff --git a/sys/sys/mount.h b/sys/sys/mount.h index f45c55a88215..d4282d90b354 100644 --- a/sys/sys/mount.h +++ b/sys/sys/mount.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)mount.h 7.22 (Berkeley) 6/3/91 - * $Id: mount.h,v 1.24 1994/04/07 07:13:28 cgd Exp $ + * $Id: mount.h,v 1.25 1994/04/12 05:03:12 cgd Exp $ */ #ifndef _SYS_MOUNT_H_ @@ -86,7 +86,7 @@ struct statfs { #define MOUNT_FDESC 6 /* /dev/fd filesystem */ #define MOUNT_KERNFS 7 /* kernel variable filesystem */ #define MOUNT_DEVFS 8 /* device node filesystem */ -#define MOUNT_AFS 9 /* AFS 3.x */ +/* XXX SLOT 9 IS CURRENTLY EMPTY */ #define MOUNT_PROCFS 10 /* proc filesystem */ #define MOUNT_LOFS 11 /* loopback filesystem */ #define MOUNT_PORTAL 12 /* portal filesystem */