From 40a47ede7280c023495be97d54b08d60a932f4a7 Mon Sep 17 00:00:00 2001 From: Emmanuel Dreyfus Date: Thu, 8 Dec 2011 10:55:27 +0000 Subject: utimens availability check fusexmp uses utimens and takes that function for granted. It is part of POSIX exended API set 2 and some systems do not have it yet. Attached patch checks for utimens availability and returns ENOSYS if unavailable. --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ad42adc..828a181 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,9 @@ * Fix build if FUSE_NODE_SLAB is not defined. Patch by Emmanuel Dreyfus + * Check for availability of utimensat() function. Patch by + Emmanuel Dreyfus + 2011-12-07 Miklos Szeredi * Add fuse_lowlevel_notify_delete() which tells the kernel that a -- cgit v1.2.3