mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
noatime
This commit is contained in:
parent
05bc5137e8
commit
eda1c59bb1
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@
|
|||
#endif
|
||||
#include <libc.h>
|
||||
#include "mountnfs.h"
|
||||
#ifndef MNT_NOATIME
|
||||
# define MNT_NOATIME 0
|
||||
#endif
|
||||
|
||||
void
|
||||
mountnfs(int proto, struct sockaddr_in *sa,
|
||||
|
|
Loading…
Reference in a new issue