s/ifdef/ifndef/.

Fenner got this inverted through a misunderstanding between us.
This commit is contained in:
Daniel C. Sobral 2002-07-23 12:25:34 +00:00
parent 088acf9001
commit 8f32fe91de
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100567

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