summaryrefslogtreecommitdiff
path: root/sysutils/memtest86+/files/patch-lib.c
blob: dde80182241adecbe8c8f0d62234f82aff8789fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- lib.c.orig	2021-02-06 17:28:48 UTC
+++ 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 */
@@ -1196,4 +1196,4 @@ void get_list(int x, int y, int len, char *buf)
 		   return;
 		}
 	}
-}
\ No newline at end of file
+}