minix/include
Tomas Hruby 0b8e20c89e Changes to the include files in order to make cross-compilation possible.
- The primary reason is that mkfs and installboot need to run natively during
  the cross compilation (host and target versions are compiled). There is a
  collision of include files though. E.g. a.out.h is very minix-specific.
  Therefore some files we moved and replaced by stubs that include the original
  file if compiling on or for Minix :
  
  include/a.out.h -> include/minix/a.out.h
  include/sys/dir.h -> include/minix/dir.h
  include/dirent.h -> include/minix/dirent.h
  include/sys/types.h -> include/minix/types.h

- This does not break any native compilation on Minix. Other headers that were
  including the original files are changed according to include directly the
  new, minix specific location not to pick up the host system includes while
  cross-compiling.

- role of this patch is to make rebasing of the build branch simpler until the
  new build system is merged
2009-11-06 08:46:22 +00:00
..
arpa Added prototype for inet_aton. 2006-06-22 11:45:59 +00:00
ibm Support for VMWare Workstation 6.x 2009-05-27 23:35:34 +00:00
minix Changes to the include files in order to make cross-compilation possible. 2009-11-06 08:46:22 +00:00
net More stack for tcpd. 2006-07-13 13:19:48 +00:00
netinet - VM_KERN_NOPAGEZERO feature is gone 2009-09-21 14:23:10 +00:00
sys Changes to the include files in order to make cross-compilation possible. 2009-11-06 08:46:22 +00:00
a.out.h Changes to the include files in order to make cross-compilation possible. 2009-11-06 08:46:22 +00:00
alloca.h Changes to the include files in order to make cross-compilation possible. 2009-11-06 08:46:22 +00:00
ansi.h Tweak 64-bit integer type declarations; Fixes GCC sysutil build 2009-03-30 17:07:39 +00:00
assert.h . renamed __str to __makestr to allow for g++ 2006-06-20 08:40:26 +00:00
configfile.h Initial revision 2005-04-21 14:53:53 +00:00
ctype.h Various changes to header files for tcpdump. 2005-11-09 15:43:39 +00:00
curses.h Initial revision 2005-04-21 14:53:53 +00:00
dirent.h Changes to the include files in order to make cross-compilation possible. 2009-11-06 08:46:22 +00:00
env.h . made memory parsing function into a library call 2007-02-16 15:54:28 +00:00
errno.h - VM_KERN_NOPAGEZERO feature is gone 2009-09-21 14:23:10 +00:00
fcntl.h Changes to the include files in order to make cross-compilation possible. 2009-11-06 08:46:22 +00:00
float.h Initial revision 2005-04-21 14:53:53 +00:00
fts.h Some misc portability-enhancing definitions. 2006-01-20 13:42:29 +00:00
glob.h A glob() implementation. 2008-04-08 13:14:33 +00:00
grp.h Changes to the include files in order to make cross-compilation possible. 2009-11-06 08:46:22 +00:00
ifaddrs.h . getifaddrs() and data 2006-04-03 15:06:31 +00:00
inttypes.h Improved compatibility with other Unix systems. 2005-06-10 15:12:03 +00:00
lib.h Changes to the include files in order to make cross-compilation possible. 2009-11-06 08:46:22 +00:00
libgen.h Added basename(3) 2005-08-25 11:33:43 +00:00
libutil.h Header file for new -lutil (naming from freebsd) 2005-07-19 16:01:20 +00:00
limits.h Changes to the include files in order to make cross-compilation possible. 2009-11-06 08:46:22 +00:00
locale.h Initial revision 2005-04-21 14:53:53 +00:00
Makefile RS_LOOKUP feature for libc functions that want to access servers. 2009-09-21 15:25:15 +00:00
math.h A rint() implementation. 2007-12-14 11:59:54 +00:00
mathconst.h add M_SQRT1_2 (1/sqrt(2)) 2007-12-11 10:59:02 +00:00
midiparser.h support for OSS. 2009-10-01 16:36:14 +00:00
netdb.h Improved compatibility with other Unix systems. 2005-06-10 15:12:03 +00:00
pwd.h Changes to the include files in order to make cross-compilation possible. 2009-11-06 08:46:22 +00:00
regex.h Changes to the include files in order to make cross-compilation possible. 2009-11-06 08:46:22 +00:00
regexp.h Initial revision 2005-04-21 14:53:53 +00:00
setjmp.h Setjmp/longjmp updates and cleanup. 2006-12-08 16:23:18 +00:00
sgtty.h Initial revision 2005-04-21 14:53:53 +00:00
signal.h Changes to the include files in order to make cross-compilation possible. 2009-11-06 08:46:22 +00:00
stdarg.h add va_copy() 2008-12-11 14:10:56 +00:00
stddef.h Initial revision 2005-04-21 14:53:53 +00:00
stdint.h Changes to the include files in order to make cross-compilation possible. 2009-11-06 08:46:22 +00:00
stdio.h Changes to the include files in order to make cross-compilation possible. 2009-11-06 08:46:22 +00:00
stdlib.h Added killpg to signal.h, rearranged getloadavg, putenv, and setenv in 2006-06-07 14:36:35 +00:00
string.h Added strlcat and strlcpy. 2006-06-22 11:47:18 +00:00
strings.h Fix compiler warnings for pax 2006-03-24 14:03:25 +00:00
sysexits.h . getifaddrs() and data 2006-04-03 15:06:31 +00:00
syslog.h - VM_KERN_NOPAGEZERO feature is gone 2009-09-21 14:23:10 +00:00
tar.h Initial revision 2005-04-21 14:53:53 +00:00
termcap.h Initial revision 2005-04-21 14:53:53 +00:00
termios.h Ast@'s formatting fixes 2005-09-16 14:23:14 +00:00
time.h nanosleep(3), and sleep(3) rewrite, by Erik van der Kouwe 2009-08-15 22:14:48 +00:00
timers.h Changes to the include files in order to make cross-compilation possible. 2009-11-06 08:46:22 +00:00
tools.h Changes to the include files in order to make cross-compilation possible. 2009-11-06 08:46:22 +00:00
ttyent.h Initial revision 2005-04-21 14:53:53 +00:00
unistd.h Changes to the include files in order to make cross-compilation possible. 2009-11-06 08:46:22 +00:00
utime.h Changes to the include files in order to make cross-compilation possible. 2009-11-06 08:46:22 +00:00
utmp.h Al's double-blank-line removal request 2005-08-22 15:23:47 +00:00