Date: Fri, 23 Jun 2006 23:41:05 +0000 (UTC) From: Olivier Houchard <cognet@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys _timeval.h user.h src/sys/arm/include _types.h Message-ID: <200606232341.k5NNf5Zm069547@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
cognet 2006-06-23 23:41:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sys _timeval.h user.h sys/arm/include _types.h Log: MFC: Use a 64 bits time_t for arm. For Releng6, this also require to use a time_t instead of a long for the tv_sec field of the struct timeval (for arm only). This is a big ABI breakage, but there's no FreeBSD/arm RELENG6 users beside me as far as I know, so it's better if it happens now, when I'm the only one to get annoyed. Without this, we couldn't load 6 binaries on 7. Revision Changes Path 1.6.2.1 +1 -1 src/sys/arm/include/_types.h 1.1.12.1 +4 -0 src/sys/sys/_timeval.h 1.66.2.1 +1 -1 src/sys/sys/user.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606232341.k5NNf5Zm069547>