mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
Add aback in a line a accidentally killed in my last commit.
Submitted by: Bill Fenner
This commit is contained in:
parent
a0eea1d6ed
commit
47b630b949
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=34998
@ -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.30 1998/04/01 00:32:18 imp Exp $";
|
||||
"$Id: ping.c,v 1.31 1998/04/02 01:12:55 eivind Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
/*
|
||||
@ -261,6 +261,7 @@ main(argc, argv)
|
||||
errno = EPERM;
|
||||
err(EX_NOPERM, "-l flag");
|
||||
}
|
||||
options |= F_FLOOD;
|
||||
preload = ultmp;
|
||||
break;
|
||||
case 'L':
|
||||
|
Loading…
Reference in New Issue
Block a user