Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Mon, 11 Apr 2011 22:27:13 +0200
From: Valentin Ochs <a@....de>
To: musl@...ts.openwall.com
Subject: [compatibility] heirloom tools

cpio:	needs <sys/mtio.h>
dd:	needs <sys/mtio.h>
echo:	needs to include <sys/types.h>
man:	needs bash...
nawk:	does some weird shit with PASTA definitions that I'm too lazy to
	debug
priocntl:	undefined references to sched_* stuff. I guess that's not been
	implemented yet, even if it's in the headers?
ps:	same
shl:	needs wordexp() and wordfree()
tapecntl:	needs <sys/mtio.h>
tar:	needs <sys/mtio.h>
test:	sed -i 's/S_IREAD/S_IRUSR/g;s/S_IWRITE/S_IWUSR/g;s/S_IEXEC/S_IXUSR/g;' test/test.c test/helper.c
	defs.h needs to include <sys/types.h>
users:	needs utmpxname()
who:	needs ut_exit in const struct utmpx (there's a __ut_exit there)

--Valentin

Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.