libcompat_minix-centric cleanup

remove some old minix-userland-specific stuff

	. /etc/ttytab as a file, and minix-compat function (fftyslot()),
	  replaced by /etc/ttys and new libc functions
	. also remove minix-specific nlist(), cuserid(), fttyslot(), v8 regex
	  functions and <compat/regex.h>
	. and remaining minix-only utilities that use them
	. also unused <compat/pwd.h> and <compat/syslog.h> and
	  redundant <sys/sigcontext.h>
This commit is contained in:
Ben Gras
2012-03-16 17:06:24 +01:00
parent 9290237811
commit 6af9856d4a
42 changed files with 15 additions and 3014 deletions
@@ -1,8 +0,0 @@
#ifndef COMPAT_SYS_SIGCONTEXT_H
#define COMPAT_SYS_SIGCONTEXT_H
/* Minix legacy compatibility header. */
#include <sys/signal.h>
#include <sys/siginfo.h>
#endif