cvs commit: src/sys/sys _timeval.h user.h src/sys/arm/include _types.h

Olivier Houchard cognet at FreeBSD.org
Fri Jun 23 23:41:06 UTC 2006


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


More information about the cvs-src mailing list