From acbe47d22b76913e1be97ac0ef4ad0f332819813 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 30 May 2001 20:37:35 +0000 Subject: warn folks that libresolv is a stub --- libresolv/resolv.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libresolv/resolv.c') diff --git a/libresolv/resolv.c b/libresolv/resolv.c index f8eeefe60..f9fb959c8 100644 --- a/libresolv/resolv.c +++ b/libresolv/resolv.c @@ -21,8 +21,11 @@ * */ +#include void stub(void) { return; } +link_warning (gets, "the `libresolv' library is a stub. Do you really need it?") + -- cgit v1.2.3