| plan 9 kernel history: overview | file list | diff list |
1992/0325/boot/settime.c (diff list | history)
| 1992/0318/sys/src/9/boot/settime.c:34,40 – 1992/0325/sys/src/9/boot/settime.c:34,40 (short | long | prev | next) | ||
| 1992/0318 | f = open("#s/boot", ORDWR); if(f < 0) return; | |
| 1992/0325 | if(mount(f, "/n/boot", MREPL, "", sauth) < 0){ | |
| 1992/0318 | close(f); return; } | |