mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
iso_rrip.h: Hide kernel definitions from makefs(8)
Reported by: O. Hartmann <ohartmann at walstatt.org>
This commit is contained in:
parent
f9d593d771
commit
55cfad428b
1 changed files with 2 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue