summaryrefslogtreecommitdiffstats
path: root/src/inspect-fs-unix.c
Commit message (Collapse)AuthorAgeFilesLines
* Mac OS X: Added check of #include <endian.h>Masami HIRATA2012-07-241-0/+3
| | | | | | Mac OS X doesn't have endian.h Signed-off-by: Masami HIRATA <msmhrt@gmail.com>
* build: Rename most C files that contain underscore with dash.Richard W.M. Jones2012-07-191-0/+1537
This is just code motion. Some files cannot be renamed. Notably rpcgen input and output files must not contain dash characters, else rpcgen breaks.