From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from goalie.tycho.ncsc.mil (goalie [144.51.242.250]) by tarius.tycho.ncsc.mil (8.14.4/8.14.4) with ESMTP id t54JfkgL015730 for ; Thu, 4 Jun 2015 15:41:47 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id 7B8742BCD9F for ; Thu, 4 Jun 2015 19:41:44 +0000 (UTC) Subject: [PATCH v2 0/6] SELinux testsuite compilation fixes From: Paul Moore To: selinux@tycho.nsa.gov Date: Thu, 04 Jun 2015 15:41:43 -0400 Message-ID: <20150604194045.31270.58300.stgit@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" List-Id: "Security-Enhanced Linux \(SELinux\) mailing list" List-Post: List-Help: A collection of compilation fixes. --- Paul Moore (6): selinux-testsuite: add _GNU_SOURCE to tests/Makefile selinux-testsuite: add some default CFLAGS selinux-testsuite: fix some compile warnings in tests/nnp selinux-testsuite: fix compile warnings in tests/setnice selinux-testsuite: fix compile problems in tests/shm selinux-testsuite: fix compile problems in tests/capable_file tests/Makefile | 3 +++ tests/capable_file/test_lease.c | 9 +++++---- tests/msg/msgrcv.c | 5 ----- tests/msg/msgsnd.c | 5 ----- tests/nnp/execnnp.c | 2 ++ tests/setnice/parent.c | 2 ++ tests/shm/shmat.c | 6 +----- tests/shm/shmctl.c | 6 +----- tests/shm/shmget.c | 6 +----- 9 files changed, 15 insertions(+), 29 deletions(-)