tnoatime - plan9port - [fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port
Log
Files
Refs
README
LICENSE
---
commit eda1c59bb16e6a75497e66f051ac15370d82c5fc
parent 05bc5137e88f1b40ed6e9a14a145ef4dc75396d4
Author: rsc 
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(-)
---
diff --git a/src/cmd/vbackup/mount-BSD.c b/src/cmd/vbackup/mount-BSD.c
t@@ -18,6 +18,9 @@
 #endif
 #include 
 #include "mountnfs.h"
+#ifndef MNT_NOATIME
+#        define MNT_NOATIME 0
+#endif
 
 void
 mountnfs(int proto, struct sockaddr_in *sa,