diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-08 15:34:24 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-08 15:34:24 -0600 |
commit | 6f22c7b21a4c0fc0012cb7f3ceb38dd7fb47c73d (patch) | |
tree | 46670e3b9a17c2ab07f7e491ec5ff628e3d03e5b /cmd | |
parent | 2e1ce75974945e6acc5178b4d811740e52e83d6e (diff) |
srv9p: relatime
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/srv9p/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/srv9p/main.c b/cmd/srv9p/main.c index 236bf60..4aaae28 100644 --- a/cmd/srv9p/main.c +++ b/cmd/srv9p/main.c @@ -29,7 +29,7 @@ static struct static_dir root = { .pathnum = __COUNTER__, .name = "", .perm = 0555, - .atime = 1728337904, + .atime = 1728337905, .mtime = 1728337904, .members = { |