Commit d9731a92 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

headers: Drop SECURE_NO_SETUID_FIXUP definition

Take it from linux/securebits.h
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent ed20cef6
...@@ -9,8 +9,6 @@ ...@@ -9,8 +9,6 @@
#include "asm/bitops.h" #include "asm/bitops.h"
#include "asm/int.h" #include "asm/int.h"
#define SECURE_NO_SETUID_FIXUP 2
#define CLONE_CHILD_USEPID 0x02000000 #define CLONE_CHILD_USEPID 0x02000000
#define CLONE_VFORK 0x00004000 #define CLONE_VFORK 0x00004000
......
...@@ -13,8 +13,6 @@ ...@@ -13,8 +13,6 @@
#define FS_TLS 0 #define FS_TLS 0
#define GS_TLS 1 #define GS_TLS 1
#define SECURE_NO_SETUID_FIXUP 2
#define CLONE_CHILD_USEPID 0x02000000 #define CLONE_CHILD_USEPID 0x02000000
#define CLONE_VFORK 0x00004000 #define CLONE_VFORK 0x00004000
......
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <linux/securebits.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/mman.h> #include <sys/mman.h>
#include <sys/stat.h> #include <sys/stat.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment