summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-01-24 18:44:54 +0000
committerEric Andersen <andersen@codepoet.org>2001-01-24 18:44:54 +0000
commitf6c6d9aacc9645c7edf077575c17dcb20fbb2ac4 (patch)
tree093f52c7426d54443dc8f3689d41a11c73a8e39a
parent24be980004598c2fa0a3e14ccdce0bc7b3039985 (diff)
downloadbusybox-w32-f6c6d9aacc9645c7edf077575c17dcb20fbb2ac4.tar.gz
busybox-w32-f6c6d9aacc9645c7edf077575c17dcb20fbb2ac4.tar.bz2
busybox-w32-f6c6d9aacc9645c7edf077575c17dcb20fbb2ac4.zip
Remove the warning messages. By consensus, netkit-tiny doesn't
need to happen.
-rw-r--r--coreutils/hostid.c4
-rw-r--r--hostid.c4
-rw-r--r--hostname.c6
-rw-r--r--nc.c4
-rw-r--r--networking/hostname.c6
-rw-r--r--networking/nc.c4
-rw-r--r--networking/nslookup.c6
-rw-r--r--networking/ping.c6
-rw-r--r--networking/telnet.c5
-rw-r--r--networking/wget.c6
-rw-r--r--nslookup.c6
-rw-r--r--ping.c6
-rw-r--r--telnet.c5
-rw-r--r--wget.c6
14 files changed, 8 insertions, 66 deletions
diff --git a/coreutils/hostid.c b/coreutils/hostid.c
index 76ab124ba..35a5859c4 100644
--- a/coreutils/hostid.c
+++ b/coreutils/hostid.c
@@ -20,10 +20,6 @@
20 * 20 *
21 */ 21 */
22 22
23#warning This applet has moved to netkit-tiny. After BusyBox 0.49, this
24#warning applet will be removed from BusyBox. All maintenance efforts
25#warning should be done in the netkit-tiny source tree.
26
27#include "busybox.h" 23#include "busybox.h"
28#include <stdio.h> 24#include <stdio.h>
29 25
diff --git a/hostid.c b/hostid.c
index 76ab124ba..35a5859c4 100644
--- a/hostid.c
+++ b/hostid.c
@@ -20,10 +20,6 @@
20 * 20 *
21 */ 21 */
22 22
23#warning This applet has moved to netkit-tiny. After BusyBox 0.49, this
24#warning applet will be removed from BusyBox. All maintenance efforts
25#warning should be done in the netkit-tiny source tree.
26
27#include "busybox.h" 23#include "busybox.h"
28#include <stdio.h> 24#include <stdio.h>
29 25
diff --git a/hostname.c b/hostname.c
index eb3937a62..b1f061369 100644
--- a/hostname.c
+++ b/hostname.c
@@ -1,6 +1,6 @@
1/* vi: set sw=4 ts=4: */ 1/* vi: set sw=4 ts=4: */
2/* 2/*
3 * $Id: hostname.c,v 1.19 2001/01/24 17:37:07 andersen Exp $ 3 * $Id: hostname.c,v 1.20 2001/01/24 18:44:54 andersen Exp $
4 * Mini hostname implementation for busybox 4 * Mini hostname implementation for busybox
5 * 5 *
6 * Copyright (C) 1999 by Randolph Chung <tausq@debian.org> 6 * Copyright (C) 1999 by Randolph Chung <tausq@debian.org>
@@ -23,10 +23,6 @@
23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24 */ 24 */
25 25
26#warning This applet has moved to netkit-tiny. After BusyBox 0.49, this
27#warning applet will be removed from BusyBox. All maintenance efforts
28#warning should be done in the netkit-tiny source tree.
29
30#include "busybox.h" 26#include "busybox.h"
31#include <errno.h> 27#include <errno.h>
32#include <arpa/inet.h> 28#include <arpa/inet.h>
diff --git a/nc.c b/nc.c
index eb6e17762..7de4015ac 100644
--- a/nc.c
+++ b/nc.c
@@ -26,10 +26,6 @@
26 26
27*/ 27*/
28 28
29#warning This applet has moved to netkit-tiny. After BusyBox 0.49, this
30#warning applet will be removed from BusyBox. All maintenance efforts
31#warning should be done in the netkit-tiny source tree.
32
33#include "busybox.h" 29#include "busybox.h"
34#include <stdio.h> 30#include <stdio.h>
35#include <stdlib.h> 31#include <stdlib.h>
diff --git a/networking/hostname.c b/networking/hostname.c
index eb3937a62..b1f061369 100644
--- a/networking/hostname.c
+++ b/networking/hostname.c
@@ -1,6 +1,6 @@
1/* vi: set sw=4 ts=4: */ 1/* vi: set sw=4 ts=4: */
2/* 2/*
3 * $Id: hostname.c,v 1.19 2001/01/24 17:37:07 andersen Exp $ 3 * $Id: hostname.c,v 1.20 2001/01/24 18:44:54 andersen Exp $
4 * Mini hostname implementation for busybox 4 * Mini hostname implementation for busybox
5 * 5 *
6 * Copyright (C) 1999 by Randolph Chung <tausq@debian.org> 6 * Copyright (C) 1999 by Randolph Chung <tausq@debian.org>
@@ -23,10 +23,6 @@
23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24 */ 24 */
25 25
26#warning This applet has moved to netkit-tiny. After BusyBox 0.49, this
27#warning applet will be removed from BusyBox. All maintenance efforts
28#warning should be done in the netkit-tiny source tree.
29
30#include "busybox.h" 26#include "busybox.h"
31#include <errno.h> 27#include <errno.h>
32#include <arpa/inet.h> 28#include <arpa/inet.h>
diff --git a/networking/nc.c b/networking/nc.c
index eb6e17762..7de4015ac 100644
--- a/networking/nc.c
+++ b/networking/nc.c
@@ -26,10 +26,6 @@
26 26
27*/ 27*/
28 28
29#warning This applet has moved to netkit-tiny. After BusyBox 0.49, this
30#warning applet will be removed from BusyBox. All maintenance efforts
31#warning should be done in the netkit-tiny source tree.
32
33#include "busybox.h" 29#include "busybox.h"
34#include <stdio.h> 30#include <stdio.h>
35#include <stdlib.h> 31#include <stdlib.h>
diff --git a/networking/nslookup.c b/networking/nslookup.c
index 395f347ca..271518f22 100644
--- a/networking/nslookup.c
+++ b/networking/nslookup.c
@@ -21,10 +21,6 @@
21 * 21 *
22 */ 22 */
23 23
24#warning This applet has moved to netkit-tiny. After BusyBox 0.49, this
25#warning applet will be removed from BusyBox. All maintenance efforts
26#warning should be done in the netkit-tiny source tree.
27
28#include "busybox.h" 24#include "busybox.h"
29#include <ctype.h> 25#include <ctype.h>
30#include <errno.h> 26#include <errno.h>
@@ -173,4 +169,4 @@ int nslookup_main(int argc, char **argv)
173 return EXIT_SUCCESS; 169 return EXIT_SUCCESS;
174} 170}
175 171
176/* $Id: nslookup.c,v 1.17 2001/01/24 17:37:07 andersen Exp $ */ 172/* $Id: nslookup.c,v 1.18 2001/01/24 18:44:54 andersen Exp $ */
diff --git a/networking/ping.c b/networking/ping.c
index a2f52ff38..37ca26f31 100644
--- a/networking/ping.c
+++ b/networking/ping.c
@@ -1,6 +1,6 @@
1/* vi: set sw=4 ts=4: */ 1/* vi: set sw=4 ts=4: */
2/* 2/*
3 * $Id: ping.c,v 1.33 2001/01/24 17:37:07 andersen Exp $ 3 * $Id: ping.c,v 1.34 2001/01/24 18:44:54 andersen Exp $
4 * Mini ping implementation for busybox 4 * Mini ping implementation for busybox
5 * 5 *
6 * Copyright (C) 1999 by Randolph Chung <tausq@debian.org> 6 * Copyright (C) 1999 by Randolph Chung <tausq@debian.org>
@@ -31,10 +31,6 @@
31 * Original copyright notice is retained at the end of this file. 31 * Original copyright notice is retained at the end of this file.
32 */ 32 */
33 33
34#warning This applet has moved to netkit-tiny. After BusyBox 0.49, this
35#warning applet will be removed from BusyBox. All maintenance efforts
36#warning should be done in the netkit-tiny source tree.
37
38#include "busybox.h" 34#include "busybox.h"
39#include <sys/param.h> 35#include <sys/param.h>
40#include <sys/socket.h> 36#include <sys/socket.h>
diff --git a/networking/telnet.c b/networking/telnet.c
index 495899a7a..8f7bbf29b 100644
--- a/networking/telnet.c
+++ b/networking/telnet.c
@@ -30,11 +30,6 @@
30 * 30 *
31 */ 31 */
32 32
33#warning This applet has moved to netkit-tiny. After BusyBox 0.49, this
34#warning applet will be removed from BusyBox. All maintenance efforts
35#warning should be done in the netkit-tiny source tree.
36
37
38#include "busybox.h" 33#include "busybox.h"
39#include <termios.h> 34#include <termios.h>
40#include <unistd.h> 35#include <unistd.h>
diff --git a/networking/wget.c b/networking/wget.c
index 693413167..77c72cbc3 100644
--- a/networking/wget.c
+++ b/networking/wget.c
@@ -14,10 +14,6 @@
14 * 14 *
15 */ 15 */
16 16
17#warning This applet has moved to netkit-tiny. After BusyBox 0.49, this
18#warning applet will be removed from BusyBox. All maintenance efforts
19#warning should be done in the netkit-tiny source tree.
20
21#include "busybox.h" 17#include "busybox.h"
22#include <stdio.h> 18#include <stdio.h>
23#include <stdlib.h> 19#include <stdlib.h>
@@ -515,7 +511,7 @@ progressmeter(int flag)
515 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 511 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
516 * SUCH DAMAGE. 512 * SUCH DAMAGE.
517 * 513 *
518 * $Id: wget.c,v 1.19 2001/01/24 17:37:07 andersen Exp $ 514 * $Id: wget.c,v 1.20 2001/01/24 18:44:54 andersen Exp $
519 */ 515 */
520 516
521 517
diff --git a/nslookup.c b/nslookup.c
index 395f347ca..271518f22 100644
--- a/nslookup.c
+++ b/nslookup.c
@@ -21,10 +21,6 @@
21 * 21 *
22 */ 22 */
23 23
24#warning This applet has moved to netkit-tiny. After BusyBox 0.49, this
25#warning applet will be removed from BusyBox. All maintenance efforts
26#warning should be done in the netkit-tiny source tree.
27
28#include "busybox.h" 24#include "busybox.h"
29#include <ctype.h> 25#include <ctype.h>
30#include <errno.h> 26#include <errno.h>
@@ -173,4 +169,4 @@ int nslookup_main(int argc, char **argv)
173 return EXIT_SUCCESS; 169 return EXIT_SUCCESS;
174} 170}
175 171
176/* $Id: nslookup.c,v 1.17 2001/01/24 17:37:07 andersen Exp $ */ 172/* $Id: nslookup.c,v 1.18 2001/01/24 18:44:54 andersen Exp $ */
diff --git a/ping.c b/ping.c
index a2f52ff38..37ca26f31 100644
--- a/ping.c
+++ b/ping.c
@@ -1,6 +1,6 @@
1/* vi: set sw=4 ts=4: */ 1/* vi: set sw=4 ts=4: */
2/* 2/*
3 * $Id: ping.c,v 1.33 2001/01/24 17:37:07 andersen Exp $ 3 * $Id: ping.c,v 1.34 2001/01/24 18:44:54 andersen Exp $
4 * Mini ping implementation for busybox 4 * Mini ping implementation for busybox
5 * 5 *
6 * Copyright (C) 1999 by Randolph Chung <tausq@debian.org> 6 * Copyright (C) 1999 by Randolph Chung <tausq@debian.org>
@@ -31,10 +31,6 @@
31 * Original copyright notice is retained at the end of this file. 31 * Original copyright notice is retained at the end of this file.
32 */ 32 */
33 33
34#warning This applet has moved to netkit-tiny. After BusyBox 0.49, this
35#warning applet will be removed from BusyBox. All maintenance efforts
36#warning should be done in the netkit-tiny source tree.
37
38#include "busybox.h" 34#include "busybox.h"
39#include <sys/param.h> 35#include <sys/param.h>
40#include <sys/socket.h> 36#include <sys/socket.h>
diff --git a/telnet.c b/telnet.c
index 495899a7a..8f7bbf29b 100644
--- a/telnet.c
+++ b/telnet.c
@@ -30,11 +30,6 @@
30 * 30 *
31 */ 31 */
32 32
33#warning This applet has moved to netkit-tiny. After BusyBox 0.49, this
34#warning applet will be removed from BusyBox. All maintenance efforts
35#warning should be done in the netkit-tiny source tree.
36
37
38#include "busybox.h" 33#include "busybox.h"
39#include <termios.h> 34#include <termios.h>
40#include <unistd.h> 35#include <unistd.h>
diff --git a/wget.c b/wget.c
index 693413167..77c72cbc3 100644
--- a/wget.c
+++ b/wget.c
@@ -14,10 +14,6 @@
14 * 14 *
15 */ 15 */
16 16
17#warning This applet has moved to netkit-tiny. After BusyBox 0.49, this
18#warning applet will be removed from BusyBox. All maintenance efforts
19#warning should be done in the netkit-tiny source tree.
20
21#include "busybox.h" 17#include "busybox.h"
22#include <stdio.h> 18#include <stdio.h>
23#include <stdlib.h> 19#include <stdlib.h>
@@ -515,7 +511,7 @@ progressmeter(int flag)
515 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 511 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
516 * SUCH DAMAGE. 512 * SUCH DAMAGE.
517 * 513 *
518 * $Id: wget.c,v 1.19 2001/01/24 17:37:07 andersen Exp $ 514 * $Id: wget.c,v 1.20 2001/01/24 18:44:54 andersen Exp $
519 */ 515 */
520 516
521 517