From 21c8ad82003f4e8b74d53e6ac4ca2b20c699be63 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Thu, 11 Sep 2008 16:27:41 +0000 Subject: - remove gethostbyname_r relocation --- libc/inet/hostid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/inet/hostid.c') diff --git a/libc/inet/hostid.c b/libc/inet/hostid.c index c11ab6c12..4972dcec2 100644 --- a/libc/inet/hostid.c +++ b/libc/inet/hostid.c @@ -22,7 +22,7 @@ libc_hidden_proto(read) libc_hidden_proto(write) libc_hidden_proto(getuid) libc_hidden_proto(geteuid) -libc_hidden_proto(gethostbyname) +libc_hidden_proto(gethostbyname_r) libc_hidden_proto(gethostname) #define HOSTID "/etc/hostid" -- cgit v1.2.3