NetBSD/usr.sbin/makefs/cd9660
enami 0b23c5aa3d Move inclusion of sys/endian.h from cd9660_eltorito.c to cd9660.h
since actual user is not cd9660_eltorito.c but iso.h and
cd9660_eltorito.h.

Actually, include order/place of sys/endian.h doesn't matter on
netbsd since it is always included by sys/types.h but it's not
true on other system.  This should fix cross build breakage on
freebsd introduced by rev. 1.16 of cd9660_eltorito.c.
Problem reported and fix suggested on twitter.
2011-06-23 02:35:56 +00:00
..
cd9660_archimedes.c Add support for encoding RISC OS metadata into ISO 9660 filesystems. 2009-01-10 22:06:29 +00:00
cd9660_archimedes.h Add support for encoding RISC OS metadata into ISO 9660 filesystems. 2009-01-10 22:06:29 +00:00
cd9660_conversion.c PR/36006: Takahiro Kambe: makefs(8) create cd9660 file system with wrong time 2007-03-14 14:11:17 +00:00
cd9660_debug.c Handle > 2GB images. Thanks to Greg Troxel for testing! 2010-10-27 18:51:34 +00:00
cd9660_eltorito.c Move inclusion of sys/endian.h from cd9660_eltorito.c to cd9660.h 2011-06-23 02:35:56 +00:00
cd9660_eltorito.h Get rid of the DOS line endings in the file. 2009-07-04 14:31:38 +00:00
cd9660_strings.c Fix typos in character ranges from: Baptiste Daroussin bapt at freebsd dot org 2011-03-23 13:11:51 +00:00
cd9660_write.c Fix fd leaks in error cases. Found by cppcheck. 2011-01-04 09:48:21 +00:00
iso9660_rrip.c Apply fixes for PR bin/44114 (makefs(8) -t cd9660 -o rockridge creates 2011-05-29 17:07:57 +00:00
iso9660_rrip.h Add support for encoding RISC OS metadata into ISO 9660 filesystems. 2009-01-10 22:06:29 +00:00
Makefile.inc remove most of the remaining HAVE_GCC tests that are always true in 2011-06-20 07:43:56 +00:00