]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC: r346856
authorrmacklem <rmacklem@FreeBSD.org>
Mon, 6 May 2019 03:13:22 +0000 (03:13 +0000)
committerrmacklem <rmacklem@FreeBSD.org>
Mon, 6 May 2019 03:13:22 +0000 (03:13 +0000)
commit34de38aba4f5d8f45790d56601822053d6c9fe31
tree951cc7ffea39a28414d766e621f9780dcee16f6a
parent9f659dbb86f206b42af9b54a49ac1dc4cb3f4543
MFC: r346856
Add #ifdef INET6 around declaration of nbuf.

It was reported that without #ifdef INET6 around the declaration of "nbuf",
a build would report an unused variable. For some reason, I didn't see that
warning when I did a build, but it seems reasonable to add these #ifdef INET6's.
usr.sbin/nfsdumpstate/nfsdumpstate.c