add SMBFS

This commit is contained in:
deberg 2002-01-09 00:18:02 +00:00
parent 33096a0e18
commit 2cdce43be6
2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: mount.h,v 1.92 2001/11/29 21:20:17 christos Exp $ */
/* $NetBSD: mount.h,v 1.93 2002/01/09 00:18:02 deberg Exp $ */
/*
* Copyright (c) 1989, 1991, 1993
@ -114,6 +114,7 @@ struct statfs {
#define MOUNT_CODA "coda" /* Coda Filesystem */
#define MOUNT_FILECORE "filecore" /* Acorn Filecore Filesystem */
#define MOUNT_NTFS "ntfs" /* Windows/NT Filesystem */
#define MOUNT_SMBFS "smbfs" /* CIFS (SMB) */
/*
* Structure per mounted file system. Each mounted file system has an

View File

@ -1,4 +1,4 @@
/* $NetBSD: vnode.h,v 1.93 2001/10/30 15:32:04 thorpej Exp $ */
/* $NetBSD: vnode.h,v 1.94 2002/01/09 00:18:02 deberg Exp $ */
/*
* Copyright (c) 1989, 1993
@ -67,7 +67,7 @@ enum vtagtype {
VT_NON, VT_UFS, VT_NFS, VT_MFS, VT_MSDOSFS, VT_LFS, VT_LOFS, VT_FDESC,
VT_PORTAL, VT_NULL, VT_UMAP, VT_KERNFS, VT_PROCFS, VT_AFS, VT_ISOFS,
VT_UNION, VT_ADOSFS, VT_EXT2FS, VT_CODA, VT_FILECORE, VT_NTFS, VT_VFS,
VT_OVERLAY
VT_OVERLAY, VT_SMBFS
};
/*