Add missing argument.

This commit is contained in:
Pawel Jakub Dawidek 2004-07-06 17:06:54 +00:00
parent cf813ab244
commit 01ab535e8d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131718

View File

@ -211,7 +211,7 @@ g_label_taste(struct g_class *mp, struct g_provider *pp, int flags __unused)
g_attach(cp, pp);
error = g_access(cp, 1, 0, 0);
if (error != 0) {
g_wither_geom(gp);
g_wither_geom(gp, ENXIO);
return (NULL);
}