aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/fhc
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2004-06-30 23:21:07 +0000
committerMarius Strobl <marius@FreeBSD.org>2004-06-30 23:21:07 +0000
commit4eae91a8f79272030a04038e250801e330abdab8 (patch)
treea0e5306631349e37cd374a00b6e7099304c32bbe /sys/sparc64/fhc
parenta6c26e1ca86cd25fe8acca5dce91d889f8da7fbb (diff)
downloadsrc-4eae91a8f79272030a04038e250801e330abdab8.tar.gz
src-4eae91a8f79272030a04038e250801e330abdab8.zip
These need __RMAN_RESOURCE_VISIBLE, too.
Notes
Notes: svn path=/head/; revision=131376
Diffstat (limited to 'sys/sparc64/fhc')
-rw-r--r--sys/sparc64/fhc/fhc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sparc64/fhc/fhc.c b/sys/sparc64/fhc/fhc.c
index 4b358e3ac45a..e6cde2ae4d59 100644
--- a/sys/sparc64/fhc/fhc.c
+++ b/sys/sparc64/fhc/fhc.c
@@ -26,6 +26,7 @@
* $FreeBSD$
*/
+#define __RMAN_RESOURCE_VISIBLE
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/bus.h>