diff options
Diffstat (limited to 'include/linux/pid_namespace.h')
| -rw-r--r-- | include/linux/pid_namespace.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/pid_namespace.h b/include/linux/pid_namespace.h index b067bd8c49d..00474b04714 100644 --- a/include/linux/pid_namespace.h +++ b/include/linux/pid_namespace.h @@ -31,7 +31,7 @@ struct pid_namespace {  #ifdef CONFIG_BSD_PROCESS_ACCT  	struct bsd_acct_struct *bacct;  #endif -	gid_t pid_gid; +	kgid_t pid_gid;  	int hide_pid;  	int reboot;	/* group exit code if this pidns was rebooted */  };  |