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: sys.h,v 1.3 1997/01/11 06:48:12 lukem Exp $
< * $FreeBSD: head/lib/libedit/sys.h 84260 2001-10-01 08:41:27Z obrien $
---
> * $NetBSD: sys.h,v 1.9 2004/01/17 17:57:40 christos Exp $
> * $FreeBSD: head/lib/libedit/sys.h 148834 2005-08-07 20:55:59Z stefanf $
77c73
< #ifdef SUNOS
---
> #ifdef notdef
81d76
< typedef void (*sig_t)(int);
85a81,86
> extern int tgetent(const char *bp, char *name);
> extern int tgetflag(const char *id);
> extern int tgetnum(const char *id);
> extern char *tgetstr(const char *id, char **area);
> extern char *tgoto(const char *cap, int col, int row);
> extern int tputs(const char *str, int affcnt, int (*putc)(int));
90d90
< extern int ioctl(int, int, void *);
99d98
< extern int read(int, const char*, int);