Age | Commit message (Collapse) | Author |
|
* Makefile (HURDLIBS): Add -lshouldbeinlibc
* gopherfs.h: Include <pthread.h> instead of <cthreads.h>, use pthread
functions instead of cthreads functions.
|
|
* netfs.c (netfs_attempt_read): try reading until the requested amount or EOF
is reached. Close file descriptor.
|
|
|
|
* netfs.c (netfs_attempt_utimes): Assign `*atime' and `*mtime' instead
of `atime' and `mtime'.
|
|
* netfs.c (netfs_attempt_utimes): Directly assign `*atime' and `*mtime' to
`node->nn_stat.st_atim' and `node->nn_stat.st_mtim' instead of accessing
`st_atime', `st_atime_usec', `st_mtime', and `st_mtime_usec' fields.
|
|
|
|
|
|
|