Go to file
Eric Paris 39066bd0ac policycoreutils: seunshare: define _GNU_SOURCE earlier
If one tries to build policycoreutils it won't work because of:

seunshare.c: In function ‘main’:
seunshare.c:242:21: error: ‘CLONE_NEWNS’ undeclared (first use in this
function)
seunshare.c:242:21: note: each undeclared identifier is reported only
once for each function it appears in
make[1]: *** [seunshare.o] Error 1

Moving the #define _GNU_SOURCE earlier in the file means it is set when
sched.h is includes via some of dependancy chain.  Thus it can build.

Signed-off-by: Eric Paris <eparis@redhat.com>
2011-08-02 13:58:07 -04:00
checkpolicy checkmodule: Add note to checkmodule man page about old versions 2011-08-02 13:32:45 -04:00
libselinux libselinux: move .gitignore into utils 2011-08-02 13:33:52 -04:00
libsemanage Minor version bump for updates as of 2011-08-01 2011-08-01 13:49:21 -04:00
libsepol Minor version bump for updates as of 2011-08-01 2011-08-01 13:49:21 -04:00
policycoreutils policycoreutils: seunshare: define _GNU_SOURCE earlier 2011-08-02 13:58:07 -04:00
scripts release script 2009-03-12 01:23:32 -04:00
sepolgen Minor version bump for release 2011-07-27 15:32:54 -04:00
.gitignore Repo: update .gitignore 2011-08-02 13:31:51 -04:00
Makefile initial import from svn trunk revision 2950 2008-08-19 15:30:36 -04:00