Add forward declaration for struct vnode.

The coredump() function provided by this header file has struct vnode *
as an argument.

MFC after:	1 week
This commit is contained in:
Ed Schouten 2017-03-22 18:45:13 +00:00
parent 643fc6b26f
commit 8b36e24529
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=315732

View File

@ -39,6 +39,7 @@
struct image_params; struct image_params;
struct thread; struct thread;
struct vnode;
/* /*
* Structure used to pass information from the loader to the * Structure used to pass information from the loader to the