Skip to content

Correctly parse `/etc/passwd` and `/etc/group` on Redox

Ian Douglas Scott requested to merge ids1024/relibc:seperator into master

Redox uses ; as separators in these files, and doesn't have the "password" flag in /etc/group. With these, it seems to parse fine.

Merge request reports