K 10 svn:author V 8 bmilekic K 8 svn:date V 27 2004-04-26T15:13:46.000000Z K 7 svn:log V 376 The previous change to mount(8) to report ufs or ufs2 used libufs, which only works for Charlie root. This change reverts the introduction of libufs and moves the check into the kernel. Since the f_fstypename is the same for both ufs and ufs2, we check fs_magic for presence of ufs2 and copy "ufs2" explicitly instead. Submitted by: Christian S.J. Peron END