]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make <sys/timeb.h> work without including <sys/types.h>.
authorEd Schouten <ed@FreeBSD.org>
Sun, 14 Feb 2010 12:00:42 +0000 (12:00 +0000)
committerEd Schouten <ed@FreeBSD.org>
Sun, 14 Feb 2010 12:00:42 +0000 (12:00 +0000)
commit80445d3f534352cfbe3a32f8cd2f57c20b57e55a
treecb21a79d5ce36755e795c0904e5f586214c08815
parent3834e46b8e13f4366347b827ce895b7405f3f5a3
Make <sys/timeb.h> work without including <sys/types.h>.

According to the last POSIX specification that contained <sys/timeb.h>,
this header should also typedef time_t properly. Also add a proper
comment to the final #endif.
sys/sys/timeb.h