Deleted Added
full compact
16,20c16
< * 3. All advertising materials mentioning features or use of this software
< * must display the following acknowledgement:
< * This product includes software developed by the University of
< * California, Berkeley and its contributors.
< * 4. Neither the name of the University nor the names of its contributors
---
> * 3. Neither the name of the University nor the names of its contributors
36c32
< * $NetBSD: sig.c,v 1.7 2001/01/04 15:55:03 christos Exp $
---
> * $NetBSD: sig.c,v 1.11 2003/08/07 16:44:33 agc Exp $
43c39
< __FBSDID("$FreeBSD: head/lib/libedit/sig.c 84260 2001-10-01 08:41:27Z obrien $");
---
> __FBSDID("$FreeBSD: head/lib/libedit/sig.c 148834 2005-08-07 20:55:59Z stefanf $");
122c118
< #define SIGSIZE (sizeof(sighdl) / sizeof(sighdl[0]) * sizeof(sig_t))
---
> #define SIGSIZE (sizeof(sighdl) / sizeof(sighdl[0]) * sizeof(el_signalhandler_t))
124c120
< el->el_signal = (sig_t *) el_malloc(SIGSIZE);
---
> el->el_signal = (el_signalhandler_t *) el_malloc(SIGSIZE);
164c160
< sig_t s;
---
> el_signalhandler_t s;