kill MOUNT_AFS; it's not going into the source tree in the near (long?) term.

This commit is contained in:
cgd 1994-04-12 05:03:03 +00:00
parent d7bb411a87
commit 11dad0a608
2 changed files with 4 additions and 4 deletions

View File

@ -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 <sys/param.h>
@ -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

View File

@ -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 */