From cf2d754ee013fab9ecb799bb5d103c0d3aac0e94 Mon Sep 17 00:00:00 2001 From: pjd Date: Sun, 6 May 2007 01:23:03 +0000 Subject: Clean up a little. Obtained from: OpenSolaris --- contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'contrib') diff --git a/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h b/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h index 62d6435..66c8bce 100644 --- a/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h +++ b/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h @@ -446,10 +446,6 @@ extern char hw_serial[]; extern int ddi_strtoul(const char *str, char **nptr, int base, unsigned long *result); -#ifdef __cplusplus -} -#endif - /* ZFS Boot Related stuff. */ struct _buf { @@ -508,4 +504,8 @@ struct file { #define ERESTART (-1) #endif +#ifdef __cplusplus +} +#endif + #endif /* _SYS_ZFS_CONTEXT_H */ -- cgit v1.1