svn commit: r311675 - head/sys/fs/cd9660

Conrad E. Meyer cem at FreeBSD.org
Sun Jan 8 09:16:08 UTC 2017


Author: cem
Date: Sun Jan  8 09:16:07 2017
New Revision: 311675
URL: https://svnweb.freebsd.org/changeset/base/311675

Log:
  iso_rrip.h: Hide kernel definitions from makefs(8)
  
  Reported by:	O. Hartmann <ohartmann at walstatt.org>

Modified:
  head/sys/fs/cd9660/iso_rrip.h

Modified: head/sys/fs/cd9660/iso_rrip.h
==============================================================================
--- head/sys/fs/cd9660/iso_rrip.h	Sun Jan  8 08:53:34 2017	(r311674)
+++ head/sys/fs/cd9660/iso_rrip.h	Sun Jan  8 09:16:07 2017	(r311675)
@@ -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_di
 			       struct iso_mnt *imp);
 int cd9660_rrip_offset(struct iso_directory_record *isodir,
 			   struct iso_mnt *imp);
+#endif /* _KERNEL */


More information about the svn-src-all mailing list