Skip to content

Conversation

@donald
Copy link
Contributor

@donald donald commented Aug 27, 2026

Rename _getpwuid to _getpw and redesign its API.

mxqd.c Outdated
pwbuf = NULL;
passwd = _getpwuid(0, group->user_name, &passwd_buf, &pwbuf);
if (!passwd) {
_mx_cleanup_free_ struct passwd *passwd2 = NULL;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indentation off?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, forgot to push the latest revision.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, no, this was the last commit, overlooked that one, thanks.

Rename _getpwuid to _getpw and redesign its API.
Sign in to join this conversation on GitHub.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants