Date: Thu, 19 Oct 2006 14:36:42 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys sem.h Message-ID: <200610191436.k9JEagGW037406@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610191436.k9JEagGW037406>