6550175 zfs_context.h needs a clean up
authorlling
Wed, 25 Apr 2007 13:06:37 -0700
changeset 4108 f12bcec19e0e
parent 4107 5b13dedb1ea7
child 4109 20d5b06dbce1
6550175 zfs_context.h needs a clean up
usr/src/lib/libzpool/common/sys/zfs_context.h
--- a/usr/src/lib/libzpool/common/sys/zfs_context.h	Wed Apr 25 12:50:34 2007 -0700
+++ b/usr/src/lib/libzpool/common/sys/zfs_context.h	Wed Apr 25 13:06:37 2007 -0700
@@ -432,10 +432,6 @@
 extern int ddi_strtoul(const char *str, char **nptr, int base,
     unsigned long *result);
 
-#ifdef	__cplusplus
-}
-#endif
-
 /* ZFS Boot Related stuff. */
 
 struct _buf {
@@ -452,4 +448,8 @@
 extern void kobj_close_file(struct _buf *file);
 extern int kobj_get_filesize(struct _buf *file, uint64_t *size);
 
+#ifdef	__cplusplus
+}
+#endif
+
 #endif	/* _SYS_ZFS_CONTEXT_H */