CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2017/10/23 09:43:38
Modified files: bin/ksh : history.c Log message: Kill needless rewind(3) call in hist_init() We may have read two bytes from the file, but history_load() needs to call rewind(3) anyway. ok benno@