wok diff busybox/stuff/busybox-1.28-diet.u @ rev 20321

Fix busybox, etherboot & mgetty
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 20 21:26:43 2018 +0200 (2018-05-20)
parents 182d0af4f2a0
children
line diff
     1.1 --- a/busybox/stuff/busybox-1.28-diet.u	Tue Feb 20 18:10:43 2018 +0100
     1.2 +++ b/busybox/stuff/busybox-1.28-diet.u	Sun May 20 21:26:43 2018 +0200
     1.3 @@ -1,6 +1,6 @@
     1.4  --- busybox-1.28/include/platform.h
     1.5  +++ busybox-1.28/include/platform.h
     1.6 -@@ -528,6 +528,20 @@
     1.7 +@@ -528,6 +528,21 @@
     1.8   # undef HAVE_PRINTF_PERCENTM
     1.9   #endif
    1.10   
    1.11 @@ -8,6 +8,7 @@
    1.12  +# define __aligned_u64 __u64 __attribute__((aligned(8)))
    1.13  +# define LOOP_SET_STATUS64	0x4C04
    1.14  +# define LOOP_GET_STATUS64	0x4C05
    1.15 ++# define O_CLOEXEC    02000000
    1.16  +# define MAXSYMLINKS	20
    1.17  +# define S_TYPEISMQ(x)	0
    1.18  +# define S_TYPEISSEM(x)	0