cvs commit: src/include unistd.h src/sys/sys _types.h stat.h
types.h
David Schultz
das at FreeBSD.org
Mon Mar 21 17:19:18 PST 2005
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
More information about the cvs-src
mailing list