diff --git a/sys/sys/mount.h b/sys/sys/mount.h index 702ea655dbfe..08ed9eb338d0 100644 --- a/sys/sys/mount.h +++ b/sys/sys/mount.h @@ -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 diff --git a/sys/sys/vnode.h b/sys/sys/vnode.h index e21f0fece165..1390268b8e00 100644 --- a/sys/sys/vnode.h +++ b/sys/sys/vnode.h @@ -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 }; /*