CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2015/11/07 11:07:44
Modified files: usr.bin/less : cmdbuf.c command.c decode.c edit.c filename.c funcs.h ifile.c lsystem.c main.c optfunc.c option.c prompt.c tags.c Log message: replace save() with estrdup() and make estrdup() exit like all the other ecalloc, etc. functions do. ok mmcc nicm