mirror of
https://github.com/coolsnowwolf/lede.git
synced 2026-05-28 03:07:12 +08:00
Remove upstreamed: tools/util-linux/patches/101-macos-weak-aliases.patch Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de> Signed-off-by: Nick Hainke <vincent@systemli.org>
13 lines
230 B
Diff
13 lines
230 B
Diff
--- a/libuuid/src/gen_uuid.c
|
|
+++ b/libuuid/src/gen_uuid.c
|
|
@@ -86,8 +86,8 @@
|
|
|
|
#include <signal.h>
|
|
|
|
-#include "all-io.h"
|
|
#include "uuidP.h"
|
|
+#include "all-io.h"
|
|
#include "uuidd.h"
|
|
#include "randutils.h"
|
|
#include "strutils.h"
|