Date: Thu, 28 May 2009 08:22:36 +0000 (UTC) From: Doug Rabson <dfr@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/boot/common ufsread.c src/sys/boot/pc98/boot2 sys.c Message-ID: <200905280822.n4S8MmLL074320@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dfr 2009-05-28 08:22:36 UTC FreeBSD src repository Modified files: sys/boot/common ufsread.c sys/boot/pc98/boot2 sys.c Log: SVN rev 192972 on 2009-05-28 08:22:36Z by dfr Some of the boot loader code only works on a ufs file system, but it uses the generic struct dirent, which happens to look identical to UFS's struct direct. If BSD ever changes dirent then this will be a problem. Submitted by: matthew dot fleming at isilon dot com Revision Changes Path 1.19 +3 -2 src/sys/boot/common/ufsread.c 1.8 +6 -6 src/sys/boot/pc98/boot2/sys.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905280822.n4S8MmLL074320>