diff options
| author | Conrad Meyer <cem@FreeBSD.org> | 2017-01-08 09:16:07 +0000 |
|---|---|---|
| committer | Conrad Meyer <cem@FreeBSD.org> | 2017-01-08 09:16:07 +0000 |
| commit | 55cfad428bbffb1e5a779943a7cda223a269241a (patch) | |
| tree | 0ee53764fd3871e15ca6ed078f6e2710c8d62d72 /sys | |
| parent | f9d593d771a171cfef46a435fa21b95e6b3f3180 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/fs/cd9660/iso_rrip.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/fs/cd9660/iso_rrip.h b/sys/fs/cd9660/iso_rrip.h index f3aafe00ec29..ebf39b79d7ef 100644 --- a/sys/fs/cd9660/iso_rrip.h +++ b/sys/fs/cd9660/iso_rrip.h @@ -54,6 +54,7 @@ #define ISO_SUSP_STOP 0x1000 #define ISO_SUSP_UNKNOWN 0x8000 +#ifdef _KERNEL typedef struct { struct iso_node *inop; int fields; /* interesting fields in this analysis */ @@ -80,3 +81,4 @@ int cd9660_rrip_getsymname(struct iso_directory_record *isodir, struct iso_mnt *imp); int cd9660_rrip_offset(struct iso_directory_record *isodir, struct iso_mnt *imp); +#endif /* _KERNEL */ |
