From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- sys-apps/memtest86/files/memtest86-4.3.7-reboot-def.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sys-apps/memtest86/files/memtest86-4.3.7-reboot-def.patch (limited to 'sys-apps/memtest86/files/memtest86-4.3.7-reboot-def.patch') diff --git a/sys-apps/memtest86/files/memtest86-4.3.7-reboot-def.patch b/sys-apps/memtest86/files/memtest86-4.3.7-reboot-def.patch new file mode 100644 index 000000000000..be9e35347fe7 --- /dev/null +++ b/sys-apps/memtest86/files/memtest86-4.3.7-reboot-def.patch @@ -0,0 +1,13 @@ +the reboot func is used elsewhere, so don't mark it inline + +--- a/lib.c ++++ b/lib.c +@@ -33,7 +33,7 @@ struct ascii_map_str { + int keycode; + }; + +-inline void reboot(void) ++void reboot(void) + { + + /* tell the BIOS to do a cold start */ -- cgit v1.2.3