Clean up a little.

Obtained from:	OpenSolaris
This commit is contained in:
Pawel Jakub Dawidek 2007-05-06 01:23:03 +00:00
parent 1bfd71cfc5
commit 433c2705cd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=169301
2 changed files with 8 additions and 8 deletions

View File

@ -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 */

View File

@ -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 */