summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-08-24 15:14:32 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-08-24 15:14:32 -0500
commitbb753bf85d1c347e72168c6ace60411cbf0f02a6 (patch)
tree147fc3e0f177f583bc18e6ab608556d25744ae21
parentlibrpc: Delete duped .h files from libc and update Makefile (diff)
downloadrtems-libbsd-bb753bf85d1c347e72168c6ace60411cbf0f02a6.tar.bz2
rtems-bsd-config.h: Add __NEW_RTEMS_BSD__ until machine/param.h in tools can be unified
-rw-r--r--rtemsbsd/freebsd/machine/rtems-bsd-config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/rtemsbsd/freebsd/machine/rtems-bsd-config.h b/rtemsbsd/freebsd/machine/rtems-bsd-config.h
index 735a8051..d8353baa 100644
--- a/rtemsbsd/freebsd/machine/rtems-bsd-config.h
+++ b/rtemsbsd/freebsd/machine/rtems-bsd-config.h
@@ -28,6 +28,9 @@
#define __FreeBSD__ 1
#define __BSD_VISIBLE 1
+/* XXX hack so /opt.../machine/param.h can disable MSIZE and use this one */
+#define __NEW_RTEMS_BSD__
+
/* Disable procedure call definitions */
#undef __P
#undef __strong_reference