sel/bres.c: Don't capture `h->h_name' in non-`const' pointer.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 14 May 2016 18:30:10 +0000 (19:30 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 16 May 2016 00:32:29 +0000 (01:32 +0100)
commit47aacebf4528d23b80b6fce06513dbe8e5b914e7
tree11574c7b31bcb0be06b4a46bce85b3346de63018
parentb012588c966395ea4098fab833c577c4f0851416
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.
sel/bres.c