mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
s/ifdef/ifndef/.
Fenner got this inverted through a misunderstanding between us.
This commit is contained in:
parent
088acf9001
commit
8f32fe91de
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100567
@ -834,7 +834,7 @@ main(int argc, char **argv)
|
||||
precis = 3;
|
||||
Printf(" %.*f ms", precis, T);
|
||||
if (i == -2) {
|
||||
#ifdef ARCHAIC
|
||||
#ifndef ARCHAIC
|
||||
ip = (struct ip *)packet;
|
||||
if (ip->ip_ttl <= 1)
|
||||
Printf(" !");
|
||||
|
Loading…
Reference in New Issue
Block a user