diff options
author | imp <imp@FreeBSD.org> | 2004-07-03 20:49:00 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2004-07-03 20:49:00 +0000 |
commit | 2e1e59e7e7773563d1764dcf737054f2e2e5b7a8 (patch) | |
tree | 6e362b26b33af2772457050163e2369c8cf72971 /sys/sparc64/fhc | |
parent | 02ebd4587c3c711f6807c8daaaba8be46f9afbda (diff) | |
download | FreeBSD-src-2e1e59e7e7773563d1764dcf737054f2e2e5b7a8.zip FreeBSD-src-2e1e59e7e7773563d1764dcf737054f2e2e5b7a8.tar.gz |
Really remove __RMAN_RESORUCE_VISIBLE
Diffstat (limited to 'sys/sparc64/fhc')
-rw-r--r-- | sys/sparc64/fhc/fhc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sparc64/fhc/fhc.c b/sys/sparc64/fhc/fhc.c index 883fb28..def8904 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> |