freebsd-dev/usr.bin/xinstall
Bruce Evans 8339e4f43d 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.
1998-01-20 13:52:32 +00:00
..
install.1 Add an option (-M) to install to disable use of mmap(2). This is kinda 1998-01-11 11:43:36 +00:00
Makefile
pathnames.h
xinstall.c Converted to Lite2 mount interface - don't use numeric filesystem 1998-01-20 13:52:32 +00:00