diff options
| -rw-r--r-- | libresolv/resolv.c | 3 | 
1 files changed, 3 insertions, 0 deletions
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 <features.h>  void stub(void)  {  	return;  } +link_warning (gets, "the `libresolv' library is a stub.  Do you really need it?") +  | 
