Author: ed
Date: Wed Mar 22 18:45:13 2017
New Revision: 315732
URL: https://svnweb.freebsd.org/changeset/base/315732

Log:
  Add forward declaration for struct vnode.
  
  The coredump() function provided by this header file has struct vnode *
  as an argument.
  
  MFC after:    1 week

Modified:
  head/sys/sys/imgact_elf.h

Modified: head/sys/sys/imgact_elf.h
==============================================================================
--- head/sys/sys/imgact_elf.h   Wed Mar 22 18:35:48 2017        (r315731)
+++ head/sys/sys/imgact_elf.h   Wed Mar 22 18:45:13 2017        (r315732)
@@ -39,6 +39,7 @@
 
 struct image_params;
 struct thread;
+struct vnode;
 
 /*
  * Structure used to pass information from the loader to the
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to