aboutsummaryrefslogtreecommitdiff
path: root/ping.c
diff options
context:
space:
mode:
Diffstat (limited to 'ping.c')
-rw-r--r--ping.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ping.c b/ping.c
index c114fb0b3..50c7ce6e6 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.37 2001/02/14 21:23:06 andersen Exp $ 3 * $Id: ping.c,v 1.38 2001/02/20 06:14:08 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,7 +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#include "busybox.h"
35#include <sys/param.h> 34#include <sys/param.h>
36#include <sys/socket.h> 35#include <sys/socket.h>
37#include <sys/file.h> 36#include <sys/file.h>
@@ -50,6 +49,7 @@
50#include <unistd.h> 49#include <unistd.h>
51#include <string.h> 50#include <string.h>
52#include <stdlib.h> 51#include <stdlib.h>
52#include "busybox.h"
53 53
54 54
55/* It turns out that libc5 doesn't have proper icmp support 55/* It turns out that libc5 doesn't have proper icmp support