cvs commit: src/usr.bin/rup rup.c
philip 2006-01-30 00:29:15 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/rup rup.c Log: MFC: Catch up with 64bit time_t on sparc64. The rstat packet expects a 32bit time_t and times will look incorrect on machines with 64bit ti
cvs commit: src/usr.bin/rup rup.c
philip 2005-12-04 18:25:26 UTC FreeBSD src repository Modified files: usr.bin/rup rup.c Log: Catch up with 64bit time_t on sparc64. The rstat packet expects a 32bit time_t and times will look incorrect on machines with 64bit time_t. PR: 88788 Submi