summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2012-01-08 12:38:41 +0000
committered <ed@FreeBSD.org>2012-01-08 12:38:41 +0000
commit343f2eb0fe468bcd8464b2e3aaf953f6dae6e5b3 (patch)
tree0a6fe428d3e8571b644d64a9fea6537059634248 /gnu
parent8651c9617cbe0eceb4889fb98523a524e7416ab0 (diff)
downloadFreeBSD-src-343f2eb0fe468bcd8464b2e3aaf953f6dae6e5b3.zip
FreeBSD-src-343f2eb0fe468bcd8464b2e3aaf953f6dae6e5b3.tar.gz
Don't include <sys/timeb.h>.
Including this header file causes a compilation warning. The code builds perfectly fine without this header file.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cvs/lib/config.h.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cvs/lib/config.h.proto b/gnu/usr.bin/cvs/lib/config.h.proto
index b88faa7..30a4f00 100644
--- a/gnu/usr.bin/cvs/lib/config.h.proto
+++ b/gnu/usr.bin/cvs/lib/config.h.proto
@@ -324,7 +324,7 @@
#define HAVE_SYS_STAT_H 1
/* Define to 1 if you have the <sys/timeb.h> header file. */
-#define HAVE_SYS_TIMEB_H 1
+/* #undef HAVE_SYS_TIMEB_H */
/* Define to 1 if you have the <sys/time.h> header file. */
#define HAVE_SYS_TIME_H 1
OpenPOWER on IntegriCloud