christos
Fri Apr 11 13:52:52 EDT 1997
Update of /cvsroot/src/lib/libedit
In directory netbsd1:/var/slash-tmp/cvs-serv24763
Modified Files:
el.c histedit.h history.c read.c sig.c tty.c tty.h
Log Message:
Portability fixes:
__const -> const
BADSIG -> SIG_ERR
int flags -> u_int flags
#if __STDC__ -> #ifdef __STDC__