artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2415a6b
)
vfork bye bye
author
deraadt
<deraadt@openbsd.org>
Wed, 4 Dec 1996 10:25:57 +0000
(10:25 +0000)
committer
deraadt
<deraadt@openbsd.org>
Wed, 4 Dec 1996 10:25:57 +0000
(10:25 +0000)
sbin/fsck/fsck.c
patch
|
blob
|
history
diff --git
a/sbin/fsck/fsck.c
b/sbin/fsck/fsck.c
index
80e3d12
..
6f8e32d
100644
(file)
--- a/
sbin/fsck/fsck.c
+++ b/
sbin/fsck/fsck.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: fsck.c,v 1.
3 1996/12/04 09:40:41
deraadt Exp $ */
+/* $OpenBSD: fsck.c,v 1.
4 1996/12/04 10:25:57
deraadt Exp $ */
/* $NetBSD: fsck.c,v 1.7 1996/10/03 20:06:30 christos Exp $ */
/*
@@
-257,7
+257,7
@@
checkfs(vfstype, spec, mntpt, auxarg, pidp)
switch (pid = fork()) {
case -1: /* Error. */
- warn("
v
fork");
+ warn("fork");
if (optbuf)
free(optbuf);
return (1);