summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorPhilip Guenthe <guenther@cvs.openbsd.org>2012-04-12 15:42:53 +0000
committerPhilip Guenthe <guenther@cvs.openbsd.org>2012-04-12 15:42:53 +0000
commitd7436a3301a674dd296b0a44d734c4cf5b0fb45c (patch)
treeb1ec88911257faf376b13551fc7a34419d47e59c /sys
parentb6ea3a6f61f7ea879c026559fc06caed9612f2a1 (diff)
rfork cleanup
Diffstat (limited to 'sys')
-rw-r--r--sys/compat/linux/linux_sched.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_sched.c b/sys/compat/linux/linux_sched.c
index 14b00c23bf8..d0a3ea5c88a 100644
--- a/sys/compat/linux/linux_sched.c
+++ b/sys/compat/linux/linux_sched.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: linux_sched.c,v 1.11 2011/08/03 16:11:31 guenther Exp $ */
+/* $OpenBSD: linux_sched.c,v 1.12 2012/04/12 15:42:52 guenther Exp $ */
/* $NetBSD: linux_sched.c,v 1.6 2000/05/28 05:49:05 thorpej Exp $ */
/*-
@@ -61,7 +61,7 @@ linux_sys_clone(struct proc *p, void *v, register_t *retval)
struct linux_sys_clone_args *uap = v;
struct linux_emuldata *emul = p->p_emuldata;
int cflags = SCARG(uap, flags);
- int flags = FORK_RFORK, sig;
+ int flags = FORK_TFORK, sig;
int error = 0;
/*