> CVSROOT: /cvs > Module name: src > Changes by: [email protected] 2015/12/14 13:02:07 > > Modified files: > usr.bin/grep : grep.h util.c > > Log message: > Use long long rather than off_t for line_no to ensure that it's always > 64 bits.
off_t is defined as int64_t in OpenBSD.
