summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/fs/fifonode.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/sys/fs/fifonode.h')
-rw-r--r--usr/src/uts/common/sys/fs/fifonode.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr/src/uts/common/sys/fs/fifonode.h b/usr/src/uts/common/sys/fs/fifonode.h
index 5ef83b4778..a85408b5d4 100644
--- a/usr/src/uts/common/sys/fs/fifonode.h
+++ b/usr/src/uts/common/sys/fs/fifonode.h
@@ -19,7 +19,7 @@
* CDDL HEADER END
*/
/*
- * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -30,7 +30,9 @@
#ifndef _SYS_FS_FIFONODE_H
#define _SYS_FS_FIFONODE_H
-#pragma ident "%Z%%M% %I% %E% SMI" /* SVr4.0 1.15 */
+#if defined(_KERNEL)
+#include <sys/vfs_opreg.h>
+#endif
#ifdef __cplusplus
extern "C" {