Call ffs ``ufs'' for the benefit of poor, confused user-land programs.

This commit is contained in:
Garrett Wollman 1994-09-22 01:57:27 +00:00
parent 839f16ab63
commit 862cdb8eb6

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)ffs_vfsops.c 8.8 (Berkeley) 4/18/94
* $Id: ffs_vfsops.c,v 1.5 1994/08/20 16:03:25 davidg Exp $
* $Id: ffs_vfsops.c,v 1.6 1994/09/21 03:47:37 wollman Exp $
*/
#include <sys/param.h>
@ -76,7 +76,7 @@ struct vfsops ufs_vfsops = {
ffs_init,
};
VFS_SET(ufs_vfsops, ffs, MOUNT_UFS, 0);
VFS_SET(ufs_vfsops, ufs, MOUNT_UFS, 0);
extern u_long nextgennumber;