chiark / gitweb /
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)
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.


No differences found