From 3aa4b74433d7dd0bb66b6fb3be1f5d0367c4bae2 Mon Sep 17 00:00:00 2001 From: Eivind Eklund Date: Thu, 2 Apr 1998 01:12:55 +0000 Subject: [PATCH] Make this compile (and seemingly work). --- sbin/ping/ping.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/ping/ping.c b/sbin/ping/ping.c index c1f558e2aae..1831fbf9f50 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