svn commit: r315732 - head/sys/sys

Ed Schouten ed at FreeBSD.org
Wed Mar 22 18:45:15 UTC 2017


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


More information about the svn-src-head mailing list