noatime
This commit is contained in:
parent
05bc5137e8
commit
eda1c59bb1
1 changed files with 3 additions and 0 deletions
|
|
@ -18,6 +18,9 @@
|
||||||
#endif
|
#endif
|
||||||
#include <libc.h>
|
#include <libc.h>
|
||||||
#include "mountnfs.h"
|
#include "mountnfs.h"
|
||||||
|
#ifndef MNT_NOATIME
|
||||||
|
# define MNT_NOATIME 0
|
||||||
|
#endif
|
||||||
|
|
||||||
void
|
void
|
||||||
mountnfs(int proto, struct sockaddr_in *sa,
|
mountnfs(int proto, struct sockaddr_in *sa,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue