tcsh: fix musl compatibility
authorJo-Philipp Wich <redacted>
Thu, 18 Jun 2015 18:32:50 +0000 (20:32 +0200)
committerJo-Philipp Wich <redacted>
Thu, 18 Jun 2015 18:33:40 +0000 (20:33 +0200)
commitb2aba4640687831eca12aed3af530d1c6710bc11
treec1f2ee1f97076888dd1345dcb32827d78bd87bc4
parent4116e327afee80aaea33a16358f5f7c0da687bec
tcsh: fix musl compatibility

Avoid using `union wait` under musl as it does not provide this definition.
Implement solution suggested by http://www.openwall.com/lists/musl/2013/06/21/4

Signed-off-by: Jo-Philipp Wich <redacted>
utils/tcsh/Makefile
utils/tcsh/patches/100-musl-compat.patch [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT