PERFORCE change 231153 for review
    Robert Watson 
    rwatson at FreeBSD.org
       
    Sun Jul 14 20:18:31 UTC 2013
    
    
  
http://p4web.freebsd.org/@@231153?ac=10
Change 231153 by rwatson at rwatson_cinnamon on 2013/07/14 20:18:22
	Forward declare struct trapframe so that less promiscuous C files
	don't fail to compile when using TESLA_SYSCALL() due to a lack of a
	forward definition.
Affected files ...
.. //depot/projects/ctsrd/tesla/src/sys/sys/tesla-kernel.h#4 edit
Differences ...
==== //depot/projects/ctsrd/tesla/src/sys/sys/tesla-kernel.h#4 (text+ko) ====
@@ -40,6 +40,7 @@
  */
 
 #if defined(__amd64__)
+struct trapframe;
 extern void amd64_syscall(struct trapframe *, int);
 #define	TESLA_SYSCALL(x)	TESLA_WITHIN(amd64_syscall, x)
 #else
    
    
More information about the p4-projects
mailing list