$FreeBSD: ports/emulators/frodo/files/patch-Display__x.i,v 1.1 2002/11/30 00:53:57 naddy Exp $ --- Display_x.i.orig Sat Nov 30 01:11:07 2002 +++ Display_x.i Sat Nov 30 01:11:41 2002 @@ -525,7 +525,7 @@ * LED error blink */ -void C64Display::pulse_handler(...) +void C64Display::pulse_handler(int sig) { for (int i=0; i<4; i++) switch (c64_disp->led_state[i]) {