source: freewrt/tools/squashfs/patches/sysmacros.patch@ 9f222120

freewrt_2_0
Last change on this file since 9f222120 was 9f222120, checked in by Waldemar Brodkorb <wbx@…>, 4 months ago

as usual, sysmacros header missing

  • Property mode set to 100644
File size: 421 bytes
RevLine 
[9f222120]1diff -Nur squashfs3.0.orig/squashfs-tools/mksquashfs.c squashfs3.0/squashfs-tools/mksquashfs.c
2--- squashfs3.0.orig/squashfs-tools/mksquashfs.c 2006-03-15 22:36:20.000000000 +0100
3+++ squashfs3.0/squashfs-tools/mksquashfs.c 2025-08-04 07:31:59.418392277 +0200
4@@ -40,6 +40,7 @@
5 #include <signal.h>
6 #include <setjmp.h>
7 #include <sys/mman.h>
8+#include <sys/sysmacros.h>
9
10 #ifndef linux
11 #define __BYTE_ORDER BYTE_ORDER
Note: See TracBrowser for help on using the repository browser.