aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mail/cmd2.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-10-10 19:21:39 +0000
committerBruce Evans <bde@FreeBSD.org>1998-10-10 19:21:39 +0000
commit46ccc3e9325d53b452c75fee49f86015cfea97a8 (patch)
treeffa6091c6d9db89267809d2439688fc5a1cd96e0 /usr.bin/mail/cmd2.c
parentdb6b691087dc3e2c3320873a8e68639efe775982 (diff)
Notes
Diffstat (limited to 'usr.bin/mail/cmd2.c')
-rw-r--r--usr.bin/mail/cmd2.c2
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);