svn commit: r289706 - head/sys/sys

Ed Schouten ed at FreeBSD.org
Wed Oct 21 16:32:03 UTC 2015


Author: ed
Date: Wed Oct 21 16:32:01 2015
New Revision: 289706
URL: https://svnweb.freebsd.org/changeset/base/289706

Log:
  Add missing forward declaration of struct image_params.

Modified:
  head/sys/sys/imgact_elf.h

Modified: head/sys/sys/imgact_elf.h
==============================================================================
--- head/sys/sys/imgact_elf.h	Wed Oct 21 16:24:44 2015	(r289705)
+++ head/sys/sys/imgact_elf.h	Wed Oct 21 16:32:01 2015	(r289706)
@@ -37,6 +37,7 @@
 
 #define	AUXARGS_ENTRY(pos, id, val) {suword(pos++, id); suword(pos++, val);}
 
+struct image_params;
 struct thread;
 
 /*


More information about the svn-src-all mailing list