Deleted Added
full compact
42c42
< "$FreeBSD: head/usr.bin/apply/apply.c 54157 1999-12-05 19:53:37Z charnier $";
---
> "$FreeBSD: head/usr.bin/apply/apply.c 60706 2000-05-19 09:42:53Z kris $";
213c213
< switch(pid = fork()) {
---
> switch(pid = vfork()) {
215c215
< err(1, "fork");
---
> err(1, "vfork");
219c219,220
< err(1, "%s", shell);
---
> warn("%s", shell);
> _exit(1);