From c3b76815f753b8303a16f7f394748948665c75ba Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Sat, 16 Sep 2006 08:52:09 +0000 Subject: fix --- example/fusexmp_fh.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'example/fusexmp_fh.c') diff --git a/example/fusexmp_fh.c b/example/fusexmp_fh.c index 047ad09..9bf0d25 100644 --- a/example/fusexmp_fh.c +++ b/example/fusexmp_fh.c @@ -241,7 +241,7 @@ static int xmp_ftruncate(const char *path, off_t size, return 0; } -static int xmp_utimes(const char *path, const struct timespec ts[2]) +static int xmp_utimens(const char *path, const struct timespec ts[2]) { int res; struct timeval tv[2]; @@ -428,7 +428,7 @@ static struct fuse_operations xmp_oper = { .chown = xmp_chown, .truncate = xmp_truncate, .ftruncate = xmp_ftruncate, - .utimes = xmp_utimes, + .utimens = xmp_utimens, .create = xmp_create, .open = xmp_open, .read = xmp_read, -- cgit v1.2.3