RE: gl_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK is wrong in some cases

2015-04-21 Thread Pavel Fedin
Hello! > Thanks for reporting the problem. Does the attached fix things for you? Yes, this variant also works fine. Kind regards, Pavel Fedin Expert Engineer Samsung Electronics Research center Russia

[PATCH] doc: update FDL template to match FDL examples.

2015-04-21 Thread Simon Josefsson
I noticed (or rather, one of the automated checks in debian) that a spurious 'with' had been added to some (but far from all) texi files inside gnulib. This (pushed) patch makes the fdl boiler plate internally consistent. /Simon doc: update FDL template to match FDL examples. * doc/alloca-opt.te

Re: gl_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK is wrong in some cases

2015-04-21 Thread Paul Eggert
Thanks for reporting the problem. Does the attached fix things for you? If not, what are the symptoms? >From ae8fa73d763d0bd833d9f02cb48c5d6a7f9c0039 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 21 Apr 2015 00:22:00 -0700 Subject: [PATCH] lstat: fix cross-compilation 'ln -s' problem *