summaryrefslogtreecommitdiffstats
path: root/contrib/bmake/config.h.in
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2016-06-08 17:51:21 +0000
committersjg <sjg@FreeBSD.org>2016-06-08 17:51:21 +0000
commit40b0d2c4e53b744bec6a0948f1445f6083b871ec (patch)
tree56122b5c8140a0bf6027aed1c35467390a3cfad5 /contrib/bmake/config.h.in
parent9c33c8f38a611cd237ba6ea77def0b0928ddb50e (diff)
downloadFreeBSD-src-40b0d2c4e53b744bec6a0948f1445f6083b871ec.zip
FreeBSD-src-40b0d2c4e53b744bec6a0948f1445f6083b871ec.tar.gz
Merge bmake-20160606
o dir.c: extend mtimes cache to others via cached_stat()
Diffstat (limited to 'contrib/bmake/config.h.in')
-rw-r--r--contrib/bmake/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/bmake/config.h.in b/contrib/bmake/config.h.in
index ce1700d..82e7e99 100644
--- a/contrib/bmake/config.h.in
+++ b/contrib/bmake/config.h.in
@@ -324,6 +324,9 @@
/* Define to empty if `const' does not conform to ANSI C. */
#undef const
+/* Define to `int' if <sys/types.h> does not define. */
+#undef mode_t
+
/* Define to `long int' if <sys/types.h> does not define. */
#undef off_t
OpenPOWER on IntegriCloud