mountfs declared
authorBill Joy <root@ucbvax.Berkeley.EDU>
Tue, 15 Jun 1982 13:54:06 +0000 (05:54 -0800)
committerBill Joy <root@ucbvax.Berkeley.EDU>
Tue, 15 Jun 1982 13:54:06 +0000 (05:54 -0800)
SCCS-vsn: sys/ufs/ffs/fs.h 4.2

usr/src/sys/ufs/ffs/fs.h

index 73b2b9a..425c6c3 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (c) 1981 Regents of the University of California */
 
 /* Copyright (c) 1981 Regents of the University of California */
 
-/*     fs.h    4.1     82/04/19        */
+/*     fs.h    4.2     82/06/14        */
 
 /*
  * Each disk drive contains some number of file systems.
 
 /*
  * Each disk drive contains some number of file systems.
@@ -372,4 +372,5 @@ struct      cg {
 
 #ifdef KERNEL
 struct fs *getfs();
 
 #ifdef KERNEL
 struct fs *getfs();
+struct fs *mountfs();
 #endif
 #endif