X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fnames.c;h=082e64954c24bcb8fdeca32d79a92c199b4e3b3e;hb=b8c8e79e232a785390cdc84fc7845ae502cb47fb;hp=acd7857f671a25b548f6e106d6cf261c6f9eeae5;hpb=e4b2fc0bd9c12311a49a7e08a779988664ecb3fe;p=chaz%2Ftar diff --git a/src/names.c b/src/names.c index acd7857..082e649 100644 --- a/src/names.c +++ b/src/names.c @@ -59,9 +59,7 @@ finduname(uname, uid) int uid; { struct passwd *pw; -#ifndef HAVE_GETPWUID extern struct passwd *getpwuid (); -#endif if (uid != saveuid) { saveuid = uid; @@ -100,9 +98,7 @@ findgname(gname, gid) int gid; { struct group *gr; -#ifndef HAVE_GETGRGID extern struct group *getgrgid (); -#endif if (gid != savegid) { savegid = gid;