K 10 svn:author V 3 bde K 8 svn:date V 27 1998-01-20T13:52:32.000000Z K 7 svn:log V 443 Converted to Lite2 mount interface - don't use numeric filesystem types. The NetBSD compatibility cruft was more correct for -current than FreeBSD's own code. It just used NetBSD #defines instead of string literals for the filesystem names. NetBSD's MOUNT_UFS is "ffs", so using a literal "ufs" gives wrong results, but this is unimportant, especially for bootstrapping. Fixed style bugs in trymmap(). Fixed some disordered declarations. END