diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-06-21 20:31:49 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-06-21 20:31:49 +0000 |
commit | 71c911b18cc2acf36aa443474793a3bd339b6f0b (patch) | |
tree | 71fa0e30beac2653492bb20eca81cf63a4f229da /sys | |
parent | 1fe6c4ee54d833fda3454d6f48c7a07d9dae03b3 (diff) | |
download | src-71c911b18cc2acf36aa443474793a3bd339b6f0b.tar.gz src-71c911b18cc2acf36aa443474793a3bd339b6f0b.zip |
Kill g_access_rel() already now before we send it down 5-stable
Notes
Notes:
svn path=/head/; revision=130875
Diffstat (limited to 'sys')
-rw-r--r-- | sys/geom/geom.h | 3 |
1 files changed, 0 insertions, 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); |