diff options
author | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 1997-10-06 15:15:00 +0000 |
---|---|---|
committer | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 1997-10-06 15:15:00 +0000 |
commit | 97c5ddeb58fe74c2ee3670b3c129249a2de4775e (patch) | |
tree | fc4b268d8b8036c69b7a504c9682b603c3326e7d | |
parent | 6127f62ea678718942f5179dc4c576bda91d6d77 (diff) |
VFS Lite2 Changes
-rw-r--r-- | sys/lib/libsa/cd9660.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/lib/libsa/cd9660.c b/sys/lib/libsa/cd9660.c index 031ec03edb8..352407aaf06 100644 --- a/sys/lib/libsa/cd9660.c +++ b/sys/lib/libsa/cd9660.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cd9660.c,v 1.3 1997/02/16 14:39:38 mickey Exp $ */ +/* $OpenBSD: cd9660.c,v 1.4 1997/10/06 15:14:59 csapuntz Exp $ */ /* $NetBSD: cd9660.c,v 1.1 1996/09/30 16:01:19 ws Exp $ */ /* @@ -51,6 +51,8 @@ struct netexport { int x; }; struct proc; struct statfs; struct ucred; +struct vfsconf; + #include <isofs/cd9660/iso.h> /* These once were in iso.h, but got deleted??? */ extern __inline int |