From: Mark Wooding Date: Sat, 14 May 2016 18:30:10 +0000 (+0100) Subject: sel/bres.c: Don't capture `h->h_name' in non-`const' pointer. X-Git-Tag: 2.2.3~5 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/commitdiff_plain/47aacebf4528d23b80b6fce06513dbe8e5b914e7?ds=sidebyside;hp=47aacebf4528d23b80b6fce06513dbe8e5b914e7 sel/bres.c: Don't capture `h->h_name' in non-`const' pointer. It turns out to be `const' under Cygwin. In fact, we don't need to capture it at all, so restructure the logic so we don't bother trying. ---