Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Feb 2007 17:11:30 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 114885 for review
Message-ID:  <200702231711.l1NHBUpw046954@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

http://perforce.freebsd.org/chv.cgi?CH=114885

Change 114885 by millert@millert_macbook on 2007/02/23 17:11:28

	Don't include linux-compat.h in sebsd_syscalls.h now that
	there are no linux bit types used in it.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/sedarwin/sebsd_syscall.c#5 edit
.. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/sedarwin/sebsd_syscalls.h#3 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/sedarwin/sebsd_syscall.c#5 (text+ko) ====

@@ -47,6 +47,7 @@
 #include <sys/proc_internal.h>
 
 #include <security/mac_policy.h>
+#include <sedarwin/linux-compat.h>
 #include <sedarwin/sebsd.h>
 #include <sedarwin/sebsd_alloc.h>
 #include <sedarwin/sebsd_syscalls.h>

==== //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/sedarwin/sebsd_syscalls.h#3 (text+ko) ====

@@ -41,8 +41,6 @@
 #ifndef _SEBSD_SYSCALLS_H_
 #define	_SEBSD_SYSCALLS_H_
 
-#include <sedarwin/linux-compat.h>
-
 /*
  * TBD: Should we really try to line up with SELinux?
  */



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