cvs commit: src/sys/sys sem.h
John Baldwin
jhb at FreeBSD.org
Thu Oct 19 14:36:42 UTC 2006
jhb 2006-10-19 14:36:42 UTC
FreeBSD src repository
Modified files:
sys/sys sem.h
Log:
- Define time_t in sys/sem.h so it doesn't require sys/types.h.
- Move the pid_t, size_t, and time_t definitions earlier in the file, sort
them, and fix whitespace.
- Drop redundant includes of sys/cdefs.h and sys/_types.h as sys/ipc.h
already includes them.
PR: kern/104436
Reviewed by: bde
Reported by: clsung
MFC after: 3 days
Revision Changes Path
1.30 +17 -14 src/sys/sys/sem.h
More information about the cvs-src
mailing list