diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-09-27 22:54:44 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-09-27 22:54:44 +0200 |
commit | ba4811b1d2ac5a9d363e6000c83098f2eb885119 (patch) | |
tree | 776184456b7a9181cd29bf23e0e214e5a67dd462 /unpack/rdsquashfs.h | |
parent | 2f1b5d44343aac079af2671e97aa3ffd5c7e4b66 (diff) |
Add a header for platform compatibillity fluff
- We don't have "endian.h" everywhere. On some BSDs its in sys and
on some BSDs the macros have different names.
- We definitely don't have sysmacros.h on non-Unix-like systems.
- Likewise for sys/types.h, sys/stat.h and their contents.
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'unpack/rdsquashfs.h')
-rw-r--r-- | unpack/rdsquashfs.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/unpack/rdsquashfs.h b/unpack/rdsquashfs.h index 90e94fe..26c5d08 100644 --- a/unpack/rdsquashfs.h +++ b/unpack/rdsquashfs.h @@ -20,13 +20,9 @@ #include "fstree.h" #include "util.h" -#include <sys/sysmacros.h> -#include <sys/types.h> #ifdef HAVE_SYS_XATTR_H #include <sys/xattr.h> #endif -#include <sys/prctl.h> -#include <sys/wait.h> #include <string.h> #include <stdlib.h> #include <unistd.h> |