Make cin be static
[oweals/busybox.git] / nslookup.c
index 16162b5403abaa9612887f9c7477dcb2abf666ed..271518f2207625ed6c73e3f6adc21e561e2387d6 100644 (file)
  *
  */
 
-#warning This applet has moved to netkit-tiny.  After BusyBox 0.49, this
-#warning applet will be removed from BusyBox.  All maintainence efforts
-#warning should be done in the netkit-tiny source tree.
-
 #include "busybox.h"
 #include <ctype.h>
 #include <errno.h>
@@ -173,4 +169,4 @@ int nslookup_main(int argc, char **argv)
        return EXIT_SUCCESS;
 }
 
-/* $Id: nslookup.c,v 1.16 2001/01/22 22:48:42 andersen Exp $ */
+/* $Id: nslookup.c,v 1.18 2001/01/24 18:44:54 andersen Exp $ */