From 500031481b648b477b6ab42aac3b76fbc422f9d2 Mon Sep 17 00:00:00 2001 From: phk Date: Mon, 21 Jun 2004 20:31:49 +0000 Subject: [PATCH] Kill g_access_rel() already now before we send it down 5-stable --- sys/geom/geom.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys/geom/geom.h b/sys/geom/geom.h index 07189bdbe578..82ce8fe2690d 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);