]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC: r229809: Don't include <sys/timeb.h>.
authorobrien <obrien@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 2 Jul 2012 05:57:01 +0000 (05:57 +0000)
committerobrien <obrien@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 2 Jul 2012 05:57:01 +0000 (05:57 +0000)
commita41290959d1debe226d29e3791e222805c7fadb3
treed9c1809eef0f205ba7864cb97f17619276e9a6fa
parent3e9228f4fcc86ec2353761e2cbee49f71fc36b7a
MFC: r229809: Don't include <sys/timeb.h>.
The purpose of not including <sys/timeb.h> is to avoid the compiler
warning we put in <sys/timeb.h>.  So this change will cause CVS to
provide its own definition of 'struct timeb'.  This is only OK
because the code never calls the libc ftime(3) interface.  CVS only
uses 'struct timeb' as a convenience structure -- thus it doesn't
matter how its supplied definition does or does not match the
ftime(3) ABI.

git-svn-id: svn://svn.freebsd.org/base/stable/9@237951 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
gnu/usr.bin/cvs/lib/config.h.proto