Date: Sat, 24 Dec 2005 22:22:17 +0000 (UTC) From: Tom Rhodes <trhodes@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys _timeval.h src/sys/fs/procfs procfs_status.c src/libexec/bootpd bootpd.c src/sys/dev/acpica/Osd OsdSynch.c src/sys/dev/firewire sbp.c Message-ID: <200512242222.jBOMMHRA056613@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
trhodes 2005-12-24 22:22:17 UTC FreeBSD src repository Modified files: sys/sys _timeval.h sys/fs/procfs procfs_status.c libexec/bootpd bootpd.c sys/dev/acpica/Osd OsdSynch.c sys/dev/firewire sbp.c Log: Make tv_sec a time_t on all platforms but alpha. Brings us more in line with POSIX. This also makes the struct correct we ever implement an i386-time64 architecture. Not that we need too. Reviewed by: imp, brooks Approved by: njl (acpica), des (no objects, touches procfs) Tested with: make universe Revision Changes Path 1.24 +3 -2 src/libexec/bootpd/bootpd.c 1.26 +2 -2 src/sys/dev/acpica/Osd/OsdSynch.c 1.82 +2 -2 src/sys/dev/firewire/sbp.c 1.57 +4 -4 src/sys/fs/procfs/procfs_status.c 1.2 +5 -1 src/sys/sys/_timeval.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512242222.jBOMMHRA056613>