CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2013/04/19 09:51:27
Modified files: usr.bin/find : function.c Log message: handle large numbers. this fixes time_t beyond 2038, constrains the range of i_num correctly, and now handles files > 4GB in size on 32-bit machines. ok otto millert