diff options
-rw-r--r-- | networking/ping6.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/networking/ping6.c b/networking/ping6.c index bff700c0e..8e14647eb 100644 --- a/networking/ping6.c +++ b/networking/ping6.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* | 2 | /* |
3 | * $Id: ping6.c,v 1.1 2002/07/03 11:46:34 andersen Exp $ | 3 | * $Id: ping6.c,v 1.2 2002/11/26 03:03:41 bug1 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> |
@@ -161,9 +161,9 @@ static int myid, options; | |||
161 | static unsigned long tmin = ULONG_MAX, tmax, tsum; | 161 | static unsigned long tmin = ULONG_MAX, tmax, tsum; |
162 | static char rcvd_tbl[MAX_DUP_CHK / 8]; | 162 | static char rcvd_tbl[MAX_DUP_CHK / 8]; |
163 | 163 | ||
164 | #if CONFIG_FEATURE_FANCY_PING | 164 | # ifdef CONFIG_FEATURE_FANCY_PING |
165 | extern | 165 | extern |
166 | #endif | 166 | # endif |
167 | struct hostent *hostent; | 167 | struct hostent *hostent; |
168 | 168 | ||
169 | static void sendping(int); | 169 | static void sendping(int); |