Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Mar 2005 01:19:18 +0000 (UTC)
From:      David Schultz <das@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/include unistd.h src/sys/sys _types.h stat.h types.h
Message-ID:  <200503220119.j2M1JICI099641@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
das         2005-03-22 01:19:18 UTC

  FreeBSD src repository

  Modified files:
    include              unistd.h 
    sys/sys              _types.h stat.h types.h 
  Log:
  - Declare mknod in stat.h (in addition to unistd.h), as per XSI.
  - Use blksize_t and blkcnt_t in struct stat.
  - Hide non-standard fields in stat.h when !__BSD_VISIBLE.
  - Add restrict qualifiers in stat.h.
  
  Revision  Changes    Path
  1.76      +3 -0      src/include/unistd.h
  1.21      +2 -0      src/sys/sys/_types.h
  1.41      +23 -11    src/sys/sys/stat.h
  1.91      +10 -0     src/sys/sys/types.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503220119.j2M1JICI099641>