diff options
author | marcel <marcel@FreeBSD.org> | 2004-06-30 23:55:14 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2004-06-30 23:55:14 +0000 |
commit | 7c0941aaeb51de6fecb9037c482a6e2196e0eaae (patch) | |
tree | 83691445bfb3815bae366441fdd12a4c970e853d /sys/ia64 | |
parent | 23687471664c322d3854e587a32af938a5b1c185 (diff) | |
download | FreeBSD-src-7c0941aaeb51de6fecb9037c482a6e2196e0eaae.zip FreeBSD-src-7c0941aaeb51de6fecb9037c482a6e2196e0eaae.tar.gz |
Unbreak build: define __RMAN_RESOURCE_VISIBLE
See also src/sys/sys/rman.h rev. 1.21.
Diffstat (limited to 'sys/ia64')
-rw-r--r-- | sys/ia64/ia64/nexus.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/ia64/ia64/nexus.c b/sys/ia64/ia64/nexus.c index 4b00999..9f41994 100644 --- a/sys/ia64/ia64/nexus.c +++ b/sys/ia64/ia64/nexus.c @@ -40,6 +40,8 @@ * and I/O memory address space. */ +#define __RMAN_RESOURCE_VISIBLE + #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> |