Explorar el Código

warn folks that libresolv is a stub

Eric Andersen hace 23 años
padre
commit
acbe47d22b
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      libresolv/resolv.c

+ 3 - 0
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?")
+