1
0

130-include_sysmacros.patch 516 B

1234567891011121314151617181920
  1. --- a/squashfs-tools/mksquashfs.c
  2. +++ b/squashfs-tools/mksquashfs.c
  3. @@ -33,6 +33,7 @@
  4. #include <stddef.h>
  5. #include <sys/time.h>
  6. #include <sys/types.h>
  7. +#include <sys/sysmacros.h>
  8. #include <sys/stat.h>
  9. #include <fcntl.h>
  10. #include <errno.h>
  11. --- a/squashfs-tools/unsquashfs.c
  12. +++ b/squashfs-tools/unsquashfs.c
  13. @@ -30,6 +30,7 @@
  14. #include "xattr.h"
  15. #include <sys/types.h>
  16. +#include <sys/sysmacros.h>
  17. struct cache *fragment_cache, *data_cache;
  18. struct queue *to_reader, *to_deflate, *to_writer, *from_writer;