| plan 9 kernel history: overview | file list | diff list |
1992/0728/boot/userpasswd.c (diff list | history)
| 1992/0507/sys/src/9/boot/userpasswd.c:17,23 – 1992/0728/sys/src/9/boot/userpasswd.c:17,22 (short | long | prev | next) | ||
| 1992/0317 | char key[7]; char buf[8 + NAMELEN]; int fd, crfd; | |
| 1992/0323 |
| |
| 1992/0317 | if(*username == 0 || strcmp(username, "none") == 0){ strcpy(username, "none"); | |