diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-10-10 19:21:39 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-10-10 19:21:39 +0000 |
| commit | 46ccc3e9325d53b452c75fee49f86015cfea97a8 (patch) | |
| tree | ffa6091c6d9db89267809d2439688fc5a1cd96e0 /usr.bin/mail/cmd2.c | |
| parent | db6b691087dc3e2c3320873a8e68639efe775982 (diff) | |
Notes
Diffstat (limited to 'usr.bin/mail/cmd2.c')
| -rw-r--r-- | usr.bin/mail/cmd2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mail/cmd2.c b/usr.bin/mail/cmd2.c index 2c22dbe5e23e..3ad78a85b160 100644 --- a/usr.bin/mail/cmd2.c +++ b/usr.bin/mail/cmd2.c @@ -369,7 +369,7 @@ core() int pid; extern union wait wait_status; - switch (pid = vfork()) { + switch (pid = fork()) { case -1: perror("fork"); return(1); |
