diff options
Diffstat (limited to 'sysutils/memtest86+/files/patch-lib.c')
-rw-r--r-- | sysutils/memtest86+/files/patch-lib.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/sysutils/memtest86+/files/patch-lib.c b/sysutils/memtest86+/files/patch-lib.c deleted file mode 100644 index dde80182241a..000000000000 --- a/sysutils/memtest86+/files/patch-lib.c +++ /dev/null @@ -1,18 +0,0 @@ ---- 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 -+} |