svn commit: r316276 - stable/11/sys/sys
Ed Schouten
ed at FreeBSD.org
Thu Mar 30 15:05:50 UTC 2017
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
More information about the svn-src-stable
mailing list