source: freewrt/package/busybox/patches/007-missing-headers.patch@ 621d5d2

freewrt_2_0
Last change on this file since 621d5d2 was 44e51f3, checked in by Waldemar Brodkorb <wbx@…>, 4 months ago

busybox: update to latest

  • Property mode set to 100644
File size: 442 bytes
  • busybox-1.18.1/include/platform.h

    old new  
    155155# include <sex.h>
    156156#elif defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) \
    157157   || defined(__APPLE__)
     158# include <sys/param.h>         /* contains needed types for the following */
    158159# include <sys/resource.h>  /* rlimit */
    159160# include <machine/endian.h>
    160161# define bswap_64 __bswap64
Note: See TracBrowser for help on using the repository browser.