freebsd-dev/sbin/mount
Bosko Milekic 2aebb586db 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 <maneo@bsdpro.com>
2004-04-26 15:13:46 +00:00
..
extern.h o __P removed 2002-03-21 13:14:21 +00:00
getmntopts.3 Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
getmntopts.c Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
Makefile The previous change to mount(8) to report ufs or ufs2 used 2004-04-26 15:13:46 +00:00
mntopts.h Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
mount_ufs.c Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
mount.8 Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
mount.c The previous change to mount(8) to report ufs or ufs2 used 2004-04-26 15:13:46 +00:00
pathnames.h Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
vfslist.c Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00