CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/11/13 09:48:48
Modified files:
usr.bin/less : command.c edit.c funcs.h lsystem.c main.c os.c
output.c signal.c
Log message:
Add a flag argument to flush() to stop it calling quit() on error, then
use this from quit() to stop less blowing up the stack looping through
quit()/flush() if stderr is closed (for example "less /missing
2</dev/null"). ok millert
