blob: 22381884b22c6c29498229867ed75b50ff4b1c22 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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 */
|