diff options
Diffstat (limited to 'emulators/frodo/files/patch-Display.h')
-rw-r--r-- | emulators/frodo/files/patch-Display.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/emulators/frodo/files/patch-Display.h b/emulators/frodo/files/patch-Display.h new file mode 100644 index 000000000000..a32c38608da5 --- /dev/null +++ b/emulators/frodo/files/patch-Display.h @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- Display.h.orig Sat Nov 30 01:14:14 2002 ++++ Display.h Sat Nov 30 01:14:37 2002 +@@ -112,7 +112,7 @@ + + #ifdef __unix + void draw_led(int num, int state); // Draw one LED +- static void pulse_handler(...); // LED error blinking ++ static void pulse_handler(int sig); // LED error blinking + #endif + + #ifdef WIN32 |