You've already forked macports-base
mirror of
https://github.com/macports/macports-base.git
synced 2026-07-12 18:18:43 -07:00
uid.c: declare helper function static
(cherry picked from commit 067a4d43dc)
This commit is contained in:
@@ -88,7 +88,7 @@ int getegidCmd(ClientData clientData UNUSED, Tcl_Interp *interp, int objc, Tcl_O
|
||||
return TCL_OK;
|
||||
}
|
||||
|
||||
int initGroupsForUID(Tcl_Interp *interp, uid_t uid)
|
||||
static int initGroupsForUID(Tcl_Interp *interp, uid_t uid)
|
||||
{
|
||||
struct passwd *pwent = getpwuid(uid);
|
||||
if (!pwent) {
|
||||
|
||||
Reference in New Issue
Block a user