summaryrefslogtreecommitdiff
path: root/sys-apps/memtest86/files/memtest86-4.3.7-reboot-def.patch
blob: be9e35347fe72a5f43d6cd8d01a66a2f4d9b452e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 */