summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-05-26 02:54:54 +0000
committerSteve Price <steve@FreeBSD.org>1998-05-26 02:54:54 +0000
commita7d111f4dbd8e6df6bb951d778c4c5fdb2779734 (patch)
treede1f50aab280187c9c250288e6e4383eee955fd0 /lib
parent9a646f2063b57a92a810388a7666923b19dce006 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/getvfsent.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/getvfsent.3 b/lib/libc/gen/getvfsent.3
index c192078cfe62..b25a86c89b02 100644
--- a/lib/libc/gen/getvfsent.3
+++ b/lib/libc/gen/getvfsent.3
@@ -1,4 +1,4 @@
-.\" $Id: getvfsent.3,v 1.4.2.1 1997/02/28 05:49:18 mpp Exp $
+.\" $Id: getvfsent.3,v 1.4.2.2 1998/05/25 21:32:47 steve Exp $
.\" Written by Garrett A. Wollman, September 1994.
.\" This manual page is in the public domain.
.\"
@@ -139,8 +139,8 @@ struct vfsconf *vfc;
/* setup code here */
vfc = getvfsbyname("cd9660");
-if(!vfc && vfsisloadable("cd9660")) {
- if(vfsload("cd9660")) {
+if (!vfc && vfsisloadable("cd9660")) {
+ if (vfsload("cd9660")) {
err(EX_OSERR, "vfsload(cd9660)");
}
endvfsent(); /* flush cache */