]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
libc: Use namespace.h in a few more files.
authorJilles Tjoelker <jilles@FreeBSD.org>
Sun, 20 Dec 2015 23:05:20 +0000 (23:05 +0000)
committerJilles Tjoelker <jilles@FreeBSD.org>
Sun, 20 Dec 2015 23:05:20 +0000 (23:05 +0000)
commit59797edfd853475fc9a696557b9d5b57e78a177a
tree8451e66135b6a257734793d2f264fa2d6723f72e
parentf3be407b2361119123183d02bd3350db42b0cec2
libc: Use namespace.h in a few more files.

libc now no longer calls fstat(), socketpair() and wait(), only the
underscore-prefixed versions (_waitpid() instead of wait()).
lib/libc/gen/getpeereid.c
lib/libc/gen/sysconf.c
lib/libc/iconv/citrus_mmap.c
lib/libc/net/rcmdsh.c