]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r264539:
authorbz <bz@FreeBSD.org>
Sat, 16 Aug 2014 13:47:04 +0000 (13:47 +0000)
committerbz <bz@FreeBSD.org>
Sat, 16 Aug 2014 13:47:04 +0000 (13:47 +0000)
commita771dfd28a60ce30bfffc98d3cf898c9b97ec08c
treef9bcedc8d391b3cd99a6af3207404a0f2d8d924b
parent4e0609eb851ad23d1af64d386fcb0f7728793c29
MFC r264539:

 When switching variables to flags in r243185 a few cases were missed.
 After r263152 (in head) this leaves unused variables if route(8) is
 compiled without INET support.
 Switch the remaining variable accesses to flags and remove now obsolete
 variables.

 Reviewed by: glebius
sbin/route/route.c