K 10 svn:author V 8 deischen K 8 svn:date V 27 2007-05-31T13:01:34.000000Z K 7 svn:log V 545 Some libc symbol map cleanups. net: endhostdnsent is named _endhostdnsent and is private to netdb family of functions. posix1e: acl_size.c has been never compiled in, so there's no "acl_size". rpc: "getnetid" is a static function. stdtime: "gtime" is #ifdef'ed out in the source. some symbols are specific only to some architectures, e.g., ___tls_get_addr is only defined on i386. __htonl, __htons, __ntohl and __ntohs are no longer functions, they are now (internal) defines in . Submitted by: ru END