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
  • squashfs-tools/mksquashfs.c

    diff -Nur squashfs3.0.orig/squashfs-tools/mksquashfs.c squashfs3.0/squashfs-tools/mksquashfs.c
    old new  
    4040#include <signal.h>
    4141#include <setjmp.h>
    4242#include <sys/mman.h>
     43#include <sys/sysmacros.h>
    4344
    4445#ifndef linux
    4546#define __BYTE_ORDER BYTE_ORDER
Note: See TracBrowser for help on using the repository browser.