diff options
| author | Scott Long <scottl@FreeBSD.org> | 2002-10-02 07:44:29 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2002-10-02 07:44:29 +0000 |
| commit | 316ec49abd15743784b47592c00d6297dabce21b (patch) | |
| tree | 0a9cc28f7570a42ae4e5df4cfc55dee42c36d9d8 /sys/i386/linux/linux_machdep.c | |
| parent | a70e34ac714c1609edfcc248799d078d66ee5f79 (diff) | |
Notes
Diffstat (limited to 'sys/i386/linux/linux_machdep.c')
| -rw-r--r-- | sys/i386/linux/linux_machdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/linux/linux_machdep.c b/sys/i386/linux/linux_machdep.c index 56952cb8c133..c468d89ba010 100644 --- a/sys/i386/linux/linux_machdep.c +++ b/sys/i386/linux/linux_machdep.c @@ -342,7 +342,7 @@ linux_clone(struct thread *td, struct linux_clone_args *args) ff |= RFFDG; mtx_lock(&Giant); - error = fork1(td, ff, &p2); + error = fork1(td, ff, 0, &p2); if (error == 0) { td->td_retval[0] = p2->p_pid; td->td_retval[1] = 0; |
