diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 1998-10-13 14:52:33 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 1998-10-13 14:52:33 +0000 |
| commit | 1fd98d7d880e470809cc3284ef04a03bf3490b02 (patch) | |
| tree | 2d0429f5c6effd4e4d3c841a030205ca692d3745 /usr.bin/xinstall | |
| parent | 0ffc35a46540c54dc1537a602e1e4af78282abad (diff) | |
Notes
Diffstat (limited to 'usr.bin/xinstall')
| -rw-r--r-- | usr.bin/xinstall/xinstall.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/xinstall/xinstall.c b/usr.bin/xinstall/xinstall.c index 61adb5d74e45..f6bc52c0ed46 100644 --- a/usr.bin/xinstall/xinstall.c +++ b/usr.bin/xinstall/xinstall.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "From: @(#)xinstall.c 8.1 (Berkeley) 7/21/93"; #endif static const char rcsid[] = - "$Id: xinstall.c,v 1.31 1998/01/20 13:52:32 bde Exp $"; + "$Id: xinstall.c,v 1.32 1998/06/02 12:00:07 peter Exp $"; #endif /* not lint */ /*- @@ -645,7 +645,7 @@ strip(to_name) { int serrno, status; - switch (vfork()) { + switch (fork()) { case -1: serrno = errno; (void)unlink(to_name); |
