From 224ca11730fa515d8229b6e1b809a64ab46d824b Mon Sep 17 00:00:00 2001 From: brezak Date: Thu, 10 Jun 1993 16:25:01 +0000 Subject: [PATCH] Leave a hole for AFS --- sys/kern/vfs_conf.c | 3 ++- sys/sys/mount.h | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/sys/kern/vfs_conf.c b/sys/kern/vfs_conf.c index 0f42e81f0be3..c7883aac10bd 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.7 1993/06/10 01:03:24 cgd Exp $ + * $Id: vfs_conf.c,v 1.8 1993/06/10 16:25:04 brezak Exp $ */ #include "param.h" @@ -122,4 +122,5 @@ struct vfsops *vfssw[] = { #else (struct vfsops *)0, #endif + (struct vfsops *)0, /* 9 = MOUNT_AFS */ }; diff --git a/sys/sys/mount.h b/sys/sys/mount.h index 8149a0c13686..ee21a452982d 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.9 1993/06/10 01:20:30 cgd Exp $ + * $Id: mount.h,v 1.10 1993/06/10 16:25:01 brezak Exp $ */ #ifndef _SYS_MOUNT_H_ @@ -85,7 +85,8 @@ 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_MAXTYPE MOUNT_DEVFS +#define MOUNT_AFS 9 /* AFS 3.x */ +#define MOUNT_MAXTYPE MOUNT_AFS /* * Structure per mounted file system.