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:
parent
8bb7766bd6
commit
f0693daa1f
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user