diff options
author | pjd <pjd@FreeBSD.org> | 2007-05-06 01:23:03 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2007-05-06 01:23:03 +0000 |
commit | cf2d754ee013fab9ecb799bb5d103c0d3aac0e94 (patch) | |
tree | 304bc00cf9a28e7fc1176f04e593b7a58dbe25a5 /contrib | |
parent | ff2e47dfc4b51a21c2fc594e13515b9fb04337d6 (diff) | |
download | FreeBSD-src-cf2d754ee013fab9ecb799bb5d103c0d3aac0e94.zip FreeBSD-src-cf2d754ee013fab9ecb799bb5d103c0d3aac0e94.tar.gz |
Clean up a little.
Obtained from: OpenSolaris
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h | 8 |
1 files changed, 4 insertions, 4 deletions
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 */ |