commit | 46540e4c10923e363741ff5aab99e79fc0ce6ee8 | [log] [tgz] |
---|---|---|
author | Lasse Collin <lasse.collin@tukaani.org> | Sun Jun 23 18:57:23 2013 +0300 |
committer | Lasse Collin <lasse.collin@tukaani.org> | Sun Jun 23 18:57:23 2013 +0300 |
tree | b1d7f7414eebc7f7384c2445ba842a72755f16ea | |
parent | ebb501ec73cecc546c67117dd01b5e33c90bfb4a [diff] |
liblzma: Avoid a warning about a shadowed variable. On Mac OS X wait() is declared in <sys/wait.h> that we include one way or other so don't use "wait" as a variable name. Thanks to Christian Kujau.