Changes in uspace/lib/posix/pwd.c [f232189:90c5eb6] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/pwd.c
rf232189 r90c5eb6 47 47 .pw_gid = 1, 48 48 .pw_dir = (char *) "/", 49 .pw_shell = (char *) " /app/bdsh"49 .pw_shell = (char *) "bdsh" 50 50 }; 51 51
Note:
See TracChangeset
for help on using the changeset viewer.