freebsd-ports/emulators/frodo/files/patch-Display.h
Christian Weisgerber f863daabed Fix build on -CURRENT.
Notified by:	bento
2002-11-30 00:53:57 +00:00

14 lines
326 B
C

$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