CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2023/08/06 13:33:54
Modified files: usr.bin/stat : stat.c Log message: Apply rev 1.29 from NetBSD: ----- Don't printf time_t with %d; fixes PR 44128 from yamt. With this change it successfully prints mtimes after 2038. ----- ok millert@