Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Mar 2017 15:05:49 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r316276 - stable/11/sys/sys
Message-ID:  <201703301505.v2UF5nDA022731@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703301505.v2UF5nDA022731>