Author: ed
Date: Thu Mar 30 15:05:49 2017
New Revision: 316276
URL: https://svnweb.freebsd.org/changeset/base/316276

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

Modified:
  stable/11/sys/sys/imgact_elf.h
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/sys/imgact_elf.h
==============================================================================
--- stable/11/sys/sys/imgact_elf.h      Thu Mar 30 15:05:10 2017        
(r316275)
+++ stable/11/sys/sys/imgact_elf.h      Thu Mar 30 15:05:49 2017        
(r316276)
@@ -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