Date: Tue, 20 Jan 1998 05:52:33 -0800 (PST) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/xinstall xinstall.c Message-ID: <199801201352.FAA03467@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1998/01/20 05:52:33 PST Modified files: usr.bin/xinstall xinstall.c Log: 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. Revision Changes Path 1.31 +13 -17 src/usr.bin/xinstall/xinstall.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801201352.FAA03467>