diff options
author | Warner Losh <imp@FreeBSD.org> | 2004-07-03 20:49:00 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2004-07-03 20:49:00 +0000 |
commit | c82338ca275aaf16b8c93f2f93a1be3564215e20 (patch) | |
tree | 6e362b26b33af2772457050163e2369c8cf72971 /sys | |
parent | 8acf75a06d94632ca88dff5b966663e6df9d2a4f (diff) | |
download | src-c82338ca275aaf16b8c93f2f93a1be3564215e20.tar.gz src-c82338ca275aaf16b8c93f2f93a1be3564215e20.zip |
Really remove __RMAN_RESORUCE_VISIBLE
Notes
Notes:
svn path=/head/; revision=131536
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sparc64/fhc/fhc.c | 1 | ||||
-rw-r--r-- | sys/sparc64/sparc64/nexus.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/sparc64/fhc/fhc.c b/sys/sparc64/fhc/fhc.c index 883fb28657e7..def890463c80 100644 --- a/sys/sparc64/fhc/fhc.c +++ b/sys/sparc64/fhc/fhc.c @@ -26,7 +26,6 @@ * $FreeBSD$ */ -#define __RMAN_RESOURCE_VISIBLE #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/sparc64/sparc64/nexus.c b/sys/sparc64/sparc64/nexus.c index 5e282e338818..6469f7f600eb 100644 --- a/sys/sparc64/sparc64/nexus.c +++ b/sys/sparc64/sparc64/nexus.c @@ -33,7 +33,6 @@ * $FreeBSD$ */ -#define __RMAN_RESOURCE_VISIBLE #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> |