cvs commit: src/sys/sys resource.h

David Schultz das at FreeBSD.org
Sun Jun 13 22:07:59 GMT 2004


das         2004-06-13 22:07:58 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              resource.h 
  Log:
  Make this header a little bit more XSI-compliant:
  - Define type rlim_t and struct timeval.  This makes autoconf
    happier.  (PR: 62388)
  - Add RLIMIT_AS, which is an alias for our RLIMIT_VMEM.
  - structs orlimit and loadavg, as well as macros CP*, should
    only appear if __BSD_VISIBLE.
  - Use underscored versions of int32_t and fixpt_t in case
    <sys/types.h> is not included.
  - Document areas of non-conformance.
  
  Revision  Changes    Path
  1.23      +22 -8     src/sys/sys/resource.h


More information about the cvs-src mailing list