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
37,38c33,34
< * $NetBSD: tty.h,v 1.7 1999/09/26 14:37:47 lukem Exp $
< * $FreeBSD: head/lib/libedit/tty.h 84260 2001-10-01 08:41:27Z obrien $
---
> * $NetBSD: tty.h,v 1.11 2005/06/01 11:37:52 lukem Exp $
> * $FreeBSD: head/lib/libedit/tty.h 148834 2005-08-07 20:55:59Z stefanf $
456,458c452,454
< char *t_name;
< u_int t_setmask;
< u_int t_clrmask;
---
> const char *t_name;
> unsigned int t_setmask;
> unsigned int t_clrmask;
465c461
< protected int tty_stty(EditLine *, int, char**);
---
> protected int tty_stty(EditLine *, int, const char **);