I think I fixed the bug now. The bugfix is included in the sources in
our cvs repository (http://cvs.sourceforge.net/viewcvs.py/dav/davfs2/).
'#define _GNU-SOURCE' is part of configure.in and also config.h. But
'#include config.h' was not the first include directive in util.c, and
therefore '#define _GNU_SOURCE' was not effective.
Now I have changed the order of include directives and removed the
typecast from the return value of 'canonicalize_file_name()'.
Werner
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]