From e547d07a488ab17397217e2a57594c78bf747373 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 4 Nov 2000 04:37:24 +0000 Subject: More cleanups. Fix things so tinylogin compiles. Fix a bug in getdelim -- patch from David Whedon . --- libc/inet/resolv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/inet/resolv.c') diff --git a/libc/inet/resolv.c b/libc/inet/resolv.c index ae23064bb..7b367ed4c 100644 --- a/libc/inet/resolv.c +++ b/libc/inet/resolv.c @@ -689,12 +689,12 @@ int resolve_mailbox(const char *address, #endif extern int nameservers; -extern const char *__const nameserver[3]; +extern const char *nameserver[3]; #ifdef L_opennameservers int nameservers; -const char *__const nameserver[3]; +const char * nameserver[3]; int open_nameservers() { -- cgit v1.2.3