The g_id*() functions are not needed in the userland test-suite so

#ifdef _KERNEL them rather than deal with a copyin simulation.

Sponsored by:	DARPA & NAI Labs
This commit is contained in:
phk 2002-10-20 20:08:44 +00:00
parent 8bb7766bd6
commit f0693daa1f

View File

@ -663,6 +663,7 @@ g_sanity(void *ptr)
}
}
#ifdef _KERNEL
struct g_class *
g_idclass(struct geomidorname *p)
{
@ -746,3 +747,4 @@ g_idprovider(struct geomidorname *p)
g_free(n);
return (NULL);
}
#endif /* _KERNEL */