]> Zhao Yanbai Git Server - minix.git/commit
libc: enable all functionality in net/ 10/3310/1
authorDavid van Moolenbroek <david@minix3.org>
Sun, 13 Mar 2016 15:55:44 +0000 (15:55 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Sun, 13 Mar 2016 16:03:39 +0000 (16:03 +0000)
commit7ecc6a9247125543940025b38b2e27c7ab19b121
treec229800230a2de5190de7045aaff3f6e66f2db73
parent1122b2869164f2eba1e38403fef5d1a2ef5e2cfa
libc: enable all functionality in net/

Some functions in lib/libc/net were disabled on MINIX3 only, but with
a few added header files they build just fine, even though some of
them rely on system functionality that has not yet been implemented.
Since the functionality is unlikely to be used in practice (because
it typically requires the use of protocol families that themselves are
not yet supported, such as IPv6), already enabling it right now helps
in building packages that rely on the functionality being present at
compile time, while not posing any practical risk of breaking the same
packages at run time.

Change-Id: Idee8e3963c9e300bde9575429f0e77b0565acaef
16 files changed:
distrib/sets/lists/minix-comp/mi
etc/mtree/NetBSD.dist.base
lib/libc/net/Makefile.inc
minix/include/minix/netsock.h
minix/include/net/Makefile
minix/include/net/if.h [deleted file]
minix/lib/libnetsock/socket.c
sys/Makefile
sys/altq/Makefile [new file with mode: 0644]
sys/altq/if_altq.h [new file with mode: 0644]
sys/net/Makefile
sys/net/dlt.h [new file with mode: 0644]
sys/net/if.h [new file with mode: 0644]
sys/net/if_arp.h [new file with mode: 0644]
sys/net/if_dl.h [new file with mode: 0644]
sys/net/pfil.h [new file with mode: 0644]