Module Name: src Committed By: tsutsui Date: Sat Sep 27 15:21:40 UTC 2014
Modified Files: src/distrib/cdrom/macppc_installboot: cd9660.c cd9660_util.c Log Message: Include <dirent.h> instead of <sys/dirent.h> for POSIX compliancy. Fixes build errors on Linux, tested on CentOS. The problem was pointed out by Valery Ushakov. Note <sys/param.h> will be prepared by src/tools/compat/configure. XXX: not sure if we still need this dumb tool for a TierII port... To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/distrib/cdrom/macppc_installboot/cd9660.c cvs rdiff -u -r1.2 -r1.3 src/distrib/cdrom/macppc_installboot/cd9660_util.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.