]> Zhao Yanbai Git Server - minix.git/commit
Improved compatibility with other Unix systems.
authorPhilip Homburg <philip@cs.vu.nl>
Fri, 10 Jun 2005 15:12:03 +0000 (15:12 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Fri, 10 Jun 2005 15:12:03 +0000 (15:12 +0000)
commitdc23e18cef1e704f49b8e576cc83313a6ebf2538
treeac44814da231345b4fac70337e3854d168510fb7
parentd9b609c70f95705401aae1576fe66df554ea96f6
Improved compatibility with other Unix systems.
27 files changed:
include/ansi.h
include/arpa/inet.h [new file with mode: 0644]
include/inttypes.h [new file with mode: 0644]
include/minix/config.h
include/netdb.h [new file with mode: 0644]
include/netinet/in.h [new file with mode: 0644]
include/stdint.h [new file with mode: 0644]
include/sys/asynchio.h
include/sys/socket.h [new file with mode: 0644]
include/sys/stat.h
include/sys/time.h [new file with mode: 0644]
include/sys/types.h
include/time.h
include/unistd.h
lib/ip/gethnmadr.c
lib/ip/res_comp.c
lib/ip/res_mkquery.c
lib/ip/res_query.c
lib/ip/res_send.c
lib/other/Makefile
lib/other/getpagesize.c [new file with mode: 0644]
lib/other/setgroups.c [new file with mode: 0644]
lib/other/settimeofday.c [new file with mode: 0644]
lib/posix/Makefile
lib/posix/gettimeofday.c [new file with mode: 0644]
lib/posix/lstat.c [new file with mode: 0644]
lib/posix/symlink.c [new file with mode: 0644]