diff options
Diffstat (limited to 'libresolv/resolv.c')
-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?") |