f8f2697102
it builds now, the resulting binary does not boot in qemu.
13 lines
283 B
C
13 lines
283 B
C
$NetBSD: patch-reboot.c,v 1.1 2015/03/21 02:18:39 tnn Exp $
|
|
|
|
--- lib.c.orig 2013-08-10 02:01:58.000000000 +0000
|
|
+++ 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 */
|