Clean up NetBSD libc Minix port.

This patch add the proper .if/.else/.endif to the Makefiles, add places I forgot #ifdef __minix and remove newlines.
This commit is contained in:
Gianluca Guida
2011-02-15 16:31:16 +00:00
parent ad4dda469f
commit 3c9575aadc
34 changed files with 2294 additions and 59 deletions

View File

@@ -63,6 +63,7 @@ __guard_setup(void)
if (__stack_chk_guard[0] != 0)
return;
#ifndef __minix
mib[0] = CTL_KERN;
mib[1] = KERN_ARND;