wok diff busybox/stuff/busybox-1.30-diet.u @ rev 21317

updated libtasn1 and libtasn1-dev (4.5 -> 4.13)
author Hans-G?nter Theisgen
date Thu Apr 18 17:11:52 2019 +0100 (2019-04-18)
parents 03bd0cf0b57b
children
line diff
     1.1 --- a/busybox/stuff/busybox-1.30-diet.u	Sun Jan 13 10:40:16 2019 +0100
     1.2 +++ b/busybox/stuff/busybox-1.30-diet.u	Thu Apr 18 17:11:52 2019 +0100
     1.3 @@ -1,6 +1,6 @@
     1.4  --- busybox-1.30/include/platform.h
     1.5  +++ busybox-1.30/include/platform.h
     1.6 -@@ -533,6 +533,21 @@
     1.7 +@@ -533,6 +533,25 @@
     1.8   # undef HAVE_PRINTF_PERCENTM
     1.9   #endif
    1.10   
    1.11 @@ -16,6 +16,10 @@
    1.12  +# undef HAVE_STRVERSCMP
    1.13  +# undef HAVE_DPRINTF
    1.14  +# undef HAVE_STRCASESTR
    1.15 ++#undef ALWAYS_INLINE
    1.16 ++#define ALWAYS_INLINE inline
    1.17 ++#undef NOINLINE
    1.18 ++#define NOINLINE
    1.19  +# define ttyname_r(a,b,c)	(strlcpy(b, ttyname(a), c) == 0)
    1.20  +#endif
    1.21  +