diff options
| author | jmcp <James.McPherson@Sun.COM> | 2009-04-30 20:04:06 -0700 |
|---|---|---|
| committer | jmcp <James.McPherson@Sun.COM> | 2009-04-30 20:04:06 -0700 |
| commit | 71a535e3b24d87fb6be3793380f86bd09f2768ac (patch) | |
| tree | e602b2114284c42cf64645658f2b18e50d34f5a6 /usr/src/uts/common/sys/fs/pc_node.h | |
| parent | 9f51456788105f8fa3e4ebf290b4628eb757e65a (diff) | |
| download | illumos-joyent-71a535e3b24d87fb6be3793380f86bd09f2768ac.tar.gz | |
backout 6795209/6392640: breaks sparc build
Diffstat (limited to 'usr/src/uts/common/sys/fs/pc_node.h')
| -rw-r--r-- | usr/src/uts/common/sys/fs/pc_node.h | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/usr/src/uts/common/sys/fs/pc_node.h b/usr/src/uts/common/sys/fs/pc_node.h index 5dd8439c18..1e8921c6c1 100644 --- a/usr/src/uts/common/sys/fs/pc_node.h +++ b/usr/src/uts/common/sys/fs/pc_node.h @@ -19,13 +19,15 @@ * CDDL HEADER END */ /* - * Copyright 2009 Sun Microsystems, Inc. All rights reserved. + * Copyright 2007 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ #ifndef _SYS_FS_PC_NODE_H #define _SYS_FS_PC_NODE_H +#pragma ident "%Z%%M% %I% %E% SMI" + #ifdef __cplusplus extern "C" { #endif @@ -34,10 +36,6 @@ extern "C" { #include <sys/buf.h> #include <sys/vnode.h> -#ifdef _KERNEL -#include <sys/vfs_opreg.h> -#endif - /* * This overlays the fid structure (see vfs.h) * @@ -105,12 +103,8 @@ struct pchead { */ extern struct vnodeops *pcfs_fvnodeops; extern struct vnodeops *pcfs_dvnodeops; - -#ifdef _KERNEL extern const struct fs_operation_def pcfs_fvnodeops_template[]; extern const struct fs_operation_def pcfs_dvnodeops_template[]; -#endif - extern struct pchead pcfhead[]; extern struct pchead pcdhead[]; |
