Unbreak build: define __RMAN_RESOURCE_VISIBLE

See also src/sys/sys/rman.h rev. 1.21.
This commit is contained in:
Marcel Moolenaar 2004-06-30 23:55:14 +00:00
parent 0b73a4c301
commit 3d8f0528e5

View File

@ -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>