> diff -Nur freemware-old/user/user.c freemware/user/user.c
> --- freemware-old/user/user.c Sun Jan 9 23:49:47 2000
> +++ freemware/user/user.c Sun Jan 9 23:42:28 2000
> @@ -509,7 +509,7 @@
>
> memset (&sg_act, 0, sizeof (sg_act));
> sg_act.sa_handler = abort_handler;
> - sg_act.sa_flags = SA_RESETHAND;
> + sg_act.sa_flags = SA_RESTART;
> sigaction (SIGINT, &sg_act, NULL);
Well, the Ctrl-C handler should better *not* be restartable;
we want Ctrl-C to interrupt FMWRUNGUEST after all ;-)
I've applied the other one.
Bye,
Ulrich
--
Ulrich Weigand,
IMMD 1, Universitaet Erlangen-Nuernberg,
Martensstr. 3, D-91058 Erlangen, Phone: +49 9131 85-27688