mirror of
https://github.com/opnsense/src.git
synced 2026-07-15 04:01:09 -04:00
Clean up a little.
Obtained from: OpenSolaris
This commit is contained in:
parent
1bfd71cfc5
commit
433c2705cd
2 changed files with 8 additions and 8 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue