Uros Bizjak <ubiz...@gmail.com> writes: > The library compiles OK, with following small patch: > > --cut here-- > Index: mksysinfo.sh > =================================================================== > --- mksysinfo.sh (revision 183192) > +++ mksysinfo.sh (working copy) > @@ -538,7 +538,7 @@ > # We need TIOCGWINSZ. > if ! grep '^const TIOCGWINSZ' ${OUT} >/dev/null 2>&1; then > if grep '^const _TIOCGWINSZ_val' ${OUT} >/dev/null 2>&1; then > - echo 'const TIOCGWINSZ = TIOCGWINSZ_val' >> ${OUT} > + echo 'const TIOCGWINSZ = _TIOCGWINSZ_val' >> ${OUT} > fi > fi > > --cut here--
Whoops. Thanks. Committed. Ian