X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fslocal.c;h=086fac313811102847f352ad51bc74b8f890830a;hp=c8af725d8298da434f882c89bab3d450b627392d;hb=fc71710f8695ea07d852284286b058ecb3955317;hpb=7ffcbc3d01bb58a071d56f5e7379948c579f634a diff --git a/uip/slocal.c b/uip/slocal.c index c8af725..086fac3 100644 --- a/uip/slocal.c +++ b/uip/slocal.c @@ -175,7 +175,7 @@ static int timely(char *, char *); static int usr_file(int, char *); static int usr_pipe(int, char *, char *, char **, int); static int usr_folder(int, char *); -static RETSIGTYPE alrmser(int); +static void alrmser(int); static void get_sender(char *, char **); static int copy_message(int, char *, int); static void verbose_printf(char *fmt, ...); @@ -1200,7 +1200,7 @@ usr_pipe(int fd, char *cmd, char *pgm, char **vec, int suppress) } -static RETSIGTYPE +static void alrmser(int i) { #ifndef RELIABLE_SIGNALS