mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-24 07:40:52 +00:00
All in a days work: make a function static.
This commit is contained in:
parent
3c9f58204e
commit
2285b09474
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=95321
@ -64,7 +64,7 @@ static g_orphan_t g_slice_orphan;
|
||||
static g_access_t g_slice_access;
|
||||
static g_start_t g_slice_start;
|
||||
|
||||
struct g_slicer *
|
||||
static struct g_slicer *
|
||||
g_slice_init(unsigned nslice, unsigned scsize)
|
||||
{
|
||||
struct g_slicer *gsp;
|
||||
|
@ -52,7 +52,6 @@ struct g_slicer {
|
||||
g_slice_start_t *start;
|
||||
};
|
||||
|
||||
struct g_slicer * g_slice_init(unsigned nslice, unsigned scsize);
|
||||
g_dumpconf_t g_slice_dumpconf;
|
||||
struct g_provider * g_slice_addslice(struct g_geom *gp, int index, off_t offset, off_t length, char *fmt, ...);
|
||||
struct g_geom * g_slice_new(struct g_class *mp, int slices, struct g_provider *pp, struct g_consumer **cpp, void *extrap, int extra, g_slice_start_t *start);
|
||||
|
Loading…
Reference in New Issue
Block a user