From a2776e73f2acd9299bd762ae469bce2c676ebe0b Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Tue, 22 May 2007 11:09:01 +0000 Subject: Fix Oops or error if a regular file is created with mknod(2)... --- 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 6142933..19b38b3 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -132,7 +132,7 @@ struct fuse_operations { /** Change the access and/or modification times of a file * - * Deprecated, use utimes() instead. + * Deprecated, use utimens() instead. */ int (*utime) (const char *, struct utimbuf *); -- cgit v1.2.3