tnoatime - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit eda1c59bb16e6a75497e66f051ac15370d82c5fc
(DIR) parent 05bc5137e88f1b40ed6e9a14a145ef4dc75396d4
(HTM) Author: rsc <devnull@localhost>
Date: Thu, 28 Jul 2005 18:19:04 +0000
noatime
Diffstat:
M src/cmd/vbackup/mount-BSD.c | 3 +++
1 file changed, 3 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/src/cmd/vbackup/mount-BSD.c b/src/cmd/vbackup/mount-BSD.c
t@@ -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,