From cb97aadebfeba7f5e8f1b85beee5ab10e88c2990 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 20 Nov 2008 22:11:44 +0000 Subject: Last portion of libc_hidden_proto removal. Appears to build fine (several .configs tried) --- libc/inet/hostid.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libc/inet/hostid.c') diff --git a/libc/inet/hostid.c b/libc/inet/hostid.c index e4c592b86..42ee53fbd 100644 --- a/libc/inet/hostid.c +++ b/libc/inet/hostid.c @@ -20,10 +20,10 @@ /* libc_hidden_proto(close) */ /* libc_hidden_proto(read) */ /* libc_hidden_proto(write) */ -libc_hidden_proto(getuid) -libc_hidden_proto(geteuid) -libc_hidden_proto(gethostbyname_r) -libc_hidden_proto(gethostname) +/* libc_hidden_proto(getuid) */ +/* libc_hidden_proto(geteuid) */ +/* libc_hidden_proto(gethostbyname_r) */ +/* libc_hidden_proto(gethostname) */ #define HOSTID "/etc/hostid" -- cgit v1.2.3