PERFORCE change 229501 for review

Robert Watson rwatson at FreeBSD.org
Sat Jun 8 14:47:39 UTC 2013


http://p4web.freebsd.org/@@229501?ac=10

Change 229501 by rwatson at rwatson_cinnamon on 2013/06/08 14:47:24

	Since TESLA_SYSCALL() is no longer centrally defined, define it
	locally (for the time being).

Affected files ...

.. //depot/projects/ctsrd/tesla/src/sys/ufs/ffs/ffs_vnops.c#7 edit

Differences ...

==== //depot/projects/ctsrd/tesla/src/sys/ufs/ffs/ffs_vnops.c#7 (text+ko) ====

@@ -414,7 +414,9 @@
  * XXXRW: It would be nice if we didn't have to do this.
  */
 #include <security/mac/mac_framework.h>
-#include <sys/sysent.h>
+
+void syscall(void);		/* Varies by arch but we only need symbol. */
+#define	TESLA_SYSCALL(x)	TESLA_WITHIN(syscall, x)
 #endif
 
 /*


More information about the p4-projects mailing list