Port-vax archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
-current build fails in usr.bin/make native
Still trying to build -current cross compiled for vax. Should I be
sending these to current-users%netbsd.org@localhost?
diff -u src/usr.bin/make/make.h{.~1.76.~,}
--- src/usr.bin/make/make.h.~1.76.~ 2008-12-13 22:05:07.000000000 -0500
+++ src/usr.bin/make/make.h 2009-01-17 10:02:43.000000000 -0500
@@ -466,4 +466,8 @@
#define MAX(a, b) ((a > b) ? a : b)
#endif
+#ifndef __predict_false
+#define __predict_false(x) (x)
+#endif
+
#endif /* _MAKE_H_ */
Home |
Main Index |
Thread Index |
Old Index