diff options
author | phk <phk@FreeBSD.org> | 2003-05-02 06:33:26 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2003-05-02 06:33:26 +0000 |
commit | 077126a4bec479afef1551082d84286a35c45ee0 (patch) | |
tree | 1b32040a6986ab60113deee7283a6bfa1ca5b244 /sys | |
parent | 4ac5216f830b5fc89262d7720e52038ab0a96d9e (diff) | |
download | FreeBSD-src-077126a4bec479afef1551082d84286a35c45ee0.zip FreeBSD-src-077126a4bec479afef1551082d84286a35c45ee0.tar.gz |
Use g_slice_spoiled() rather than g_std_spoiled().
Diffstat (limited to 'sys')
-rw-r--r-- | sys/geom/geom_sunlabel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/geom_sunlabel.c b/sys/geom/geom_sunlabel.c index 49d6d9c..ca5157a 100644 --- a/sys/geom/geom_sunlabel.c +++ b/sys/geom/geom_sunlabel.c @@ -269,7 +269,7 @@ g_sunlabel_taste(struct g_class *mp, struct g_provider *pp, int flags) } while (0); g_access_rel(cp, -1, 0, 0); if (LIST_EMPTY(&gp->provider)) { - g_std_spoiled(cp); + g_slice_spoiled(cp); return (NULL); } else { g_slice_conf_hot(gp, 0, 0, SUN_SIZE, |