|
static struct spwd *my_sgetspent (const char *string) |
|
sgetspent(const char *string) |
Does anyone know why we have two functions that claim to be the same thing? I mean, my_sgetspent() claims to be our sgetspent(3), and then our sgetspent() is obviously ours, and is obviously sgetspent(3).
May I use some dynamite? :-)
shadow/lib/shadow.c
Line 64 in 73e58ad
shadow/lib/sgetspent.c
Line 38 in 73e58ad
Does anyone know why we have two functions that claim to be the same thing? I mean, my_sgetspent() claims to be our sgetspent(3), and then our sgetspent() is obviously ours, and is obviously sgetspent(3).
May I use some dynamite? :-)