Fix typo.
This commit is contained in:
parent
fe29344b33
commit
fef6f9379a
@ -49,7 +49,7 @@ static void *shadow_dup (const void *ent)
|
|||||||
return __spw_dup (sp);
|
return __spw_dup (sp);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void shadow_free (/*@out*//*@only@*/void *ent)
|
static void shadow_free (/*@out@*//*@only@*/void *ent)
|
||||||
{
|
{
|
||||||
struct spwd *sp = ent;
|
struct spwd *sp = ent;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user