utimens availability check
authorEmmanuel Dreyfus <manu@netbsd.org>
Thu, 8 Dec 2011 10:55:27 +0000 (10:55 +0000)
committerMiklos Szeredi <mszeredi@suse.cz>
Thu, 8 Dec 2011 12:44:19 +0000 (13:44 +0100)
commit40a47ede7280c023495be97d54b08d60a932f4a7
tree56cf6ec4e40db67b43b479ec4dc52636c8c8e4c0
parent1bf98cf7bcefc810775e1aa80991a13e6070090c
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
configure.in
example/fusexmp.c
example/fusexmp_fh.c