route6d(8): Staticize and remove unused variables/functions.
authorSascha Wildner <saw@online.de>
Sat, 13 Jan 2018 10:35:54 +0000 (11:35 +0100)
committerSascha Wildner <saw@online.de>
Sat, 13 Jan 2018 10:35:54 +0000 (11:35 +0100)
commite86812383394d172b555eeef8184e52f50c4e6a8
tree0078aa07f7d051af19067f95340db906a67a8de2
parent3486d7b5db63183b05e131cd321104a975039383
route6d(8): Staticize and remove unused variables/functions.

While here, use __printflike(), fix a va_end() after exit() case and
print strerror() in fatal() only if errno is actually set (this last
one was taken from FreeBSD).
usr.sbin/route6d/route6d.c