vfslist.c: initialize skipvfs variable
authorStefan Eßer <se@FreeBSD.org>
Wed, 5 Jan 2022 22:00:36 +0000 (23:00 +0100)
committerStefan Eßer <se@FreeBSD.org>
Wed, 5 Jan 2022 22:00:36 +0000 (23:00 +0100)
commitac413189f53524e489c900b3cfaa80a1552875ca
tree4da06077f7579ed58908be56d1cb33d04598bff1
parent7def1e10b3cc8ff8fd509aab07618d406f0d5bf2
vfslist.c: initialize skipvfs variable

The function makevfslist is only called once in mount.c, but should
be save to be called more than once with different parameters.

The bin/df command links against this file, and will need this
possibility to allow -l and -t to be used together.

MFC after: 3 days
sbin/mount/vfslist.c