From c3b76815f753b8303a16f7f394748948665c75ba Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Sat, 16 Sep 2006 08:52:09 +0000 Subject: fix --- include/fuse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/fuse.h') diff --git a/include/fuse.h b/include/fuse.h index 6a25052..1e0bd3c 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -407,7 +407,7 @@ struct fuse_operations { * * Introduced in version 2.6 */ - int (*utimes) (const char *, const struct timespec tv[2]); + int (*utimens) (const char *, const struct timespec tv[2]); }; /** Extra context that may be needed by some filesystems -- cgit v1.2.3