1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Define __RMAN_RESOURCE_VISIBLE where appropriate.

This commit is contained in:
Olivier Houchard 2004-07-02 22:30:10 +00:00
parent 8d26eeb865
commit 0e564675e4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131495
2 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#define __RMAN_RESOURCE_VISIBLE
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/bus.h>

View File

@ -59,6 +59,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#define __RMAN_RESOURCE_VISIBLE
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/bus.h>