mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-05 07:59:23 +00:00
Kill g_access_rel() already now before we send it down 5-stable
This commit is contained in:
parent
1fe6c4ee54
commit
71c911b18c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=130875
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user