nflag -> numeric_port. nflag is no more

This commit is contained in:
Assar Westerlund 2001-06-15 22:57:41 +00:00
parent c954e79ae8
commit c264b07418
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=78308

View file

@ -115,7 +115,7 @@ static char mybuf[50];
case 0xff:
return "????";
default:
if (nflag) {
if (numeric_port) {
(void)snprintf(mybuf, sizeof(mybuf), "%d",
(unsigned int)sat->sat_port);
} else {