From c8c9dd58198fa27cd2f9f69b607396417bec1a42 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 12 Dec 2002 01:56:48 +0000 Subject: Avoid silly namespace pollution --- libresolv/resolv.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'libresolv') diff --git a/libresolv/resolv.c b/libresolv/resolv.c index e2a1d9ae6..53f44c34d 100644 --- a/libresolv/resolv.c +++ b/libresolv/resolv.c @@ -2,9 +2,7 @@ /* * libresolv for uClibc * - * Copyright (C) 2000 by Lineo, inc. and Erik Andersen - * Copyright (C) 2000,2001 by Erik Andersen - * Written by Erik Andersen + * Copyright (C) 2002 by Erik Andersen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Library General Public License as published by @@ -24,9 +22,9 @@ #include -void stub(void) +void __stub1(void) { return; } -link_warning (stub, "the `libresolv' library is a stub. Do you really need it?") +link_warning (__stub1, "the `libresolv' library is a stub. Do you really need it?") -- cgit v1.2.3