Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Jun 2013 14:47:39 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 229501 for review
Message-ID:  <201306081447.r58Eldil033064@skunkworks.freebsd.org>

index | next in thread | raw e-mail

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

Change 229501 by rwatson@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
 
 /*


help

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