s/ifdef/ifndef/.
Fenner got this inverted through a misunderstanding between us.
This commit is contained in:
parent
f9fd5faa32
commit
6045b837d6
@ -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