Date: Wed, 26 Jan 2005 01:39:38 GMT From: Wayne Salamon <wsalamon@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 69742 for review Message-ID: <200501260139.j0Q1dcTN097538@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=69742 Change 69742 by wsalamon@rickenbacker on 2005/01/26 01:39:14 Fix up include paths. Affected files ... .. //depot/projects/trustedbsd/audit3/tools/regression/audit/test/ipc/tipc.c#2 edit .. //depot/projects/trustedbsd/audit3/tools/regression/audit/test/ipc/tmsg.c#2 edit .. //depot/projects/trustedbsd/audit3/tools/regression/audit/test/ipc/tposix.c#2 edit .. //depot/projects/trustedbsd/audit3/tools/regression/audit/test/ipc/tsem.c#2 edit .. //depot/projects/trustedbsd/audit3/tools/regression/audit/test/ipc/tshm.c#2 edit Differences ... ==== //depot/projects/trustedbsd/audit3/tools/regression/audit/test/ipc/tipc.c#2 (text+ko) ==== @@ -25,9 +25,9 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ +#include <audittest.h> +#include <bsm/audit.h> #include <sys/syscall.h> -#include <sys/audit.h> -#include <audittest.h> /* * Test the auditing of some of the IPC system calls. ==== //depot/projects/trustedbsd/audit3/tools/regression/audit/test/ipc/tmsg.c#2 (text+ko) ==== @@ -25,11 +25,11 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ +#include <audittest.h> +#include <bsm/audit.h> +#include <sys/ipc.h> #include <sys/syscall.h> -#include <sys/audit.h> #include <sys/types.h> -#include <sys/ipc.h> -#include <audittest.h> /* * Test the auditing of the System V message passing system calls. ==== //depot/projects/trustedbsd/audit3/tools/regression/audit/test/ipc/tposix.c#2 (text+ko) ==== @@ -25,14 +25,14 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ +#include <audittest.h> +#include <fcntl.h> +#include <semaphore.h> +#include <bsm/audit.h> +#include <sys/mman.h> +#include <sys/stat.h> #include <sys/syscall.h> -#include <sys/audit.h> #include <sys/types.h> -#include <sys/stat.h> -#include <sys/mman.h> -#include <semaphore.h> -#include <audittest.h> -#include <fcntl.h> /* * Test the auditing of the Posix shared memory and semaphore system calls. ==== //depot/projects/trustedbsd/audit3/tools/regression/audit/test/ipc/tsem.c#2 (text+ko) ==== @@ -25,12 +25,12 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ +#include <audittest.h> +#include <bsm/audit.h> +#include <sys/ipc.h> +#include <sys/sem.h> #include <sys/syscall.h> -#include <sys/audit.h> #include <sys/types.h> -#include <sys/ipc.h> -#include <sys/sem.h> -#include <audittest.h> /* * Test the auditing of the System V semaphore system calls. ==== //depot/projects/trustedbsd/audit3/tools/regression/audit/test/ipc/tshm.c#2 (text+ko) ==== @@ -25,12 +25,12 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ +#include <audittest.h> +#include <bsm/audit.h> +#include <sys/ipc.h> +#include <sys/shm.h> #include <sys/syscall.h> -#include <sys/audit.h> #include <sys/types.h> -#include <sys/ipc.h> -#include <sys/shm.h> -#include <audittest.h> /* * Test the auditing of the System V shared memory system calls.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501260139.j0Q1dcTN097538>