]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC: r346856
authorrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 6 May 2019 03:20:02 +0000 (03:20 +0000)
committerrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 6 May 2019 03:20:02 +0000 (03:20 +0000)
commit88ae02802bdfed0354ad31b99583dbf7e36b2eb6
tree1cf02ed77d8a081192a1c9b4277b8a44acdd2024
parent9297f16a23f27234573a606605895683c8cd626c
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.

git-svn-id: svn://svn.freebsd.org/base/stable/10@347174 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.sbin/nfsdumpstate/nfsdumpstate.c