diff options
Diffstat (limited to 'usr/src/uts/common/fs/smbclnt/smbfs/smbfs.h')
-rw-r--r-- | usr/src/uts/common/fs/smbclnt/smbfs/smbfs.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/src/uts/common/fs/smbclnt/smbfs/smbfs.h b/usr/src/uts/common/fs/smbclnt/smbfs/smbfs.h index 0a2e78c103..4770ee6e84 100644 --- a/usr/src/uts/common/fs/smbclnt/smbfs/smbfs.h +++ b/usr/src/uts/common/fs/smbclnt/smbfs/smbfs.h @@ -33,15 +33,13 @@ */ /* - * Copyright 2007 Sun Microsystems, Inc. All rights reserved. + * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ #ifndef _SMBFS_SMBFS_H #define _SMBFS_SMBFS_H -#pragma ident "%Z%%M% %I% %E% SMI" - /* * FS-specific VFS structures for smbfs. * (per-mount stuff, etc.) @@ -52,6 +50,7 @@ #include <sys/list.h> #include <sys/vfs.h> +#include <sys/vfs_opreg.h> #include <sys/fs/smbfs_mount.h> |