s/ifdef/ifndef/.

Fenner got this inverted through a misunderstanding between us.
This commit is contained in:
dcs 2002-07-23 12:25:34 +00:00
parent f9fd5faa32
commit 6045b837d6

View File

@ -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(" !");