diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/init_task.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/init_task.h b/include/linux/init_task.h index a68835fc8c04..66e2f0a70814 100644 --- a/include/linux/init_task.h +++ b/include/linux/init_task.h | |||
| @@ -65,9 +65,9 @@ | |||
| 65 | .posix_timers = LIST_HEAD_INIT(sig.posix_timers), \ | 65 | .posix_timers = LIST_HEAD_INIT(sig.posix_timers), \ |
| 66 | .cpu_timers = INIT_CPU_TIMERS(sig.cpu_timers), \ | 66 | .cpu_timers = INIT_CPU_TIMERS(sig.cpu_timers), \ |
| 67 | .rlim = INIT_RLIMITS, \ | 67 | .rlim = INIT_RLIMITS, \ |
| 68 | .pgrp = 1, \ | 68 | .pgrp = 0, \ |
| 69 | .tty_old_pgrp = NULL, \ | 69 | .tty_old_pgrp = NULL, \ |
| 70 | { .__session = 1}, \ | 70 | { .__session = 0}, \ |
| 71 | } | 71 | } |
| 72 | 72 | ||
| 73 | extern struct nsproxy init_nsproxy; | 73 | extern struct nsproxy init_nsproxy; |
