summaryrefslogtreecommitdiffstats
path: root/sys/geom
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-06-21 20:31:49 +0000
committerphk <phk@FreeBSD.org>2004-06-21 20:31:49 +0000
commitd0b578874986cfb52885b64a48be32b826360f9b (patch)
tree71fa0e30beac2653492bb20eca81cf63a4f229da /sys/geom
parent3eaa7bd6e03c66be6bae0de22213bab94497f1f7 (diff)
downloadFreeBSD-src-d0b578874986cfb52885b64a48be32b826360f9b.zip
FreeBSD-src-d0b578874986cfb52885b64a48be32b826360f9b.tar.gz
Kill g_access_rel() already now before we send it down 5-stable
Diffstat (limited to 'sys/geom')
-rw-r--r--sys/geom/geom.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/geom/geom.h b/sys/geom/geom.h
index 07189bd..82ce8fe 100644
--- a/sys/geom/geom.h
+++ b/sys/geom/geom.h
@@ -204,9 +204,6 @@ void g_waitidle(void);
/* geom_subr.c */
int g_access(struct g_consumer *cp, int nread, int nwrite, int nexcl);
-#ifndef BURN_BRIDGES
-#define g_access_rel(a, b, c, d) g_access(a, b, c, d)
-#endif
int g_attach(struct g_consumer *cp, struct g_provider *pp);
void g_destroy_consumer(struct g_consumer *cp);
void g_destroy_geom(struct g_geom *pp);
OpenPOWER on IntegriCloud