summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1998-04-02 01:12:55 +0000
committereivind <eivind@FreeBSD.org>1998-04-02 01:12:55 +0000
commit2e3938a9b75e2c821b7b0e567b8ae5efcd0d4976 (patch)
tree0254dd105e8cce41109625e7e763d0462b30e69c /sbin
parent4fb6c831df358d42b72a4271645cc1b96dc5f319 (diff)
downloadFreeBSD-src-2e3938a9b75e2c821b7b0e567b8ae5efcd0d4976.zip
FreeBSD-src-2e3938a9b75e2c821b7b0e567b8ae5efcd0d4976.tar.gz
Make this compile (and seemingly work).
Diffstat (limited to 'sbin')
-rw-r--r--sbin/ping/ping.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ping/ping.c b/sbin/ping/ping.c
index c1f558e..1831fbf 100644
--- a/sbin/ping/ping.c
+++ b/sbin/ping/ping.c
@@ -45,7 +45,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)ping.c 8.1 (Berkeley) 6/5/93";
*/
static const char rcsid[] =
- "$Id: ping.c,v 1.29 1997/12/24 00:59:02 imp Exp $";
+ "$Id: ping.c,v 1.30 1998/04/01 00:32:18 imp Exp $";
#endif /* not lint */
/*
@@ -786,7 +786,7 @@ pr_pack(buf, cc, from)
cp += i;
break;
}
- if (i < MAXIPOPTLEN) {
+ if (i < MAX_IPOPTLEN) {
old_rrlen = i;
bcopy((char *)cp, old_rr, i);
} else
OpenPOWER on IntegriCloud