mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
14 lines
250 B
C
14 lines
250 B
C
--- a/hw/ppc_newworld.c
|
|
+++ b/hw/ppc_newworld.c
|
|
@@ -68,6 +68,11 @@
|
|
#include "hw/usb.h"
|
|
#include "blockdev.h"
|
|
|
|
+/* FreeBSD headers define this */
|
|
+#ifdef round_page
|
|
+#undef round_page
|
|
+#endif
|
|
+
|
|
#define MAX_IDE_BUS 2
|
|
#define CFG_ADDR 0xf0000510
|
|
|