CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/09/21 13:01:49
Modified files:
usr.bin/less : ch.c command.c edit.c forwback.c input.c less.h
line.c linenum.c os.c output.c screen.c
search.c signal.c tags.c ttyin.c
Log message:
Use volatile sig_atomic_t, not int, for the sigs variable. Also
move the call to bell() out of u_interrupt() (a signal handler).
OK and with help from deraadt@
