diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-08-20 22:49:57 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-08-20 22:49:57 +0000 |
commit | 9d37b6ca1cdcb6a10ed665f986958498613a8b80 (patch) | |
tree | 885295ab33f00b0d8420181a67ea4e485d773a55 /libresolv | |
parent | 9f6c1eba63cd333da91be7899c86ef525cb18706 (diff) |
Stupid cut-n-paste error
Diffstat (limited to 'libresolv')
-rw-r--r-- | libresolv/resolv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libresolv/resolv.c b/libresolv/resolv.c index c2ecdf6a5..e2a1d9ae6 100644 --- a/libresolv/resolv.c +++ b/libresolv/resolv.c @@ -28,5 +28,5 @@ void stub(void) { return; } -link_warning (gets, "the `libresolv' library is a stub. Do you really need it?") +link_warning (stub, "the `libresolv' library is a stub. Do you really need it?") |