CVSROOT: /cvs Module name: src Changes by: mes...@cvs.openbsd.org 2016/03/16 09:00:35
Modified files: games/atc : log.c games/hack : hack.rumors.c games/sail : misc.c games/snake : snake.c games/tetris : scores.c Log message: Prefer fseek(3) over rewind(3) since the latter although it also calls fseek then additionally it calls clearerr(3) deliberately but we want to catch any error that may happen and this way we couldn't catch it OK tb@