From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- dev-util/kbuild/files/kbuild-glibc-2.10.patch | 31 +++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 dev-util/kbuild/files/kbuild-glibc-2.10.patch (limited to 'dev-util/kbuild/files/kbuild-glibc-2.10.patch') diff --git a/dev-util/kbuild/files/kbuild-glibc-2.10.patch b/dev-util/kbuild/files/kbuild-glibc-2.10.patch new file mode 100644 index 000000000000..d24a8f7439dc --- /dev/null +++ b/dev-util/kbuild/files/kbuild-glibc-2.10.patch @@ -0,0 +1,31 @@ +--- kBuild-0.1.5/src/ash/output.c ++++ kBuild-0.1.5/src/ash/output.c +@@ -230,6 +230,7 @@ + va_end(ap); + } + ++#if 0 + void + dprintf(const char *fmt, ...) + { +@@ -240,6 +241,7 @@ + va_end(ap); + flushout(out2); + } ++#endif + + void + fmtstr(char *outbuf, size_t length, const char *fmt, ...) +--- kBuild-0.1.5/src/ash/output.h ++++ kBuild-0.1.5/src/ash/output.h +@@ -65,8 +65,10 @@ + __attribute__((__format__(__printf__,2,3))); + void out1fmt(const char *, ...) + __attribute__((__format__(__printf__,1,2))); ++#if 0 + void dprintf(const char *, ...) + __attribute__((__format__(__printf__,1,2))); ++#endif + void fmtstr(char *, size_t, const char *, ...) + __attribute__((__format__(__printf__,3,4))); + void doformat(struct output *, const char *, va_list); -- cgit v1.2.3