From c2acb6a537615fc3e3a7d16b4ea6b52bd6136490 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Fri, 27 Oct 1995 23:07:37 +0000 Subject: ufs -> ffs --- sys/arch/sparc/stand/installboot.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch') diff --git a/sys/arch/sparc/stand/installboot.c b/sys/arch/sparc/stand/installboot.c index badac63ddd4..ec04556b7e7 100644 --- a/sys/arch/sparc/stand/installboot.c +++ b/sys/arch/sparc/stand/installboot.c @@ -310,8 +310,8 @@ int devfd; if (fstatfs(fd, &statfsbuf) != 0) err(1, "statfs: %s", boot); - if (strncmp(statfsbuf.f_fstypename, "ufs", MFSNAMELEN)) - errx(1, "%s: must be on a UFS filesystem", boot); + if (strncmp(statfsbuf.f_fstypename, "ffs", MFSNAMELEN)) + errx(1, "%s: must be on a FFS filesystem", boot); if (fsync(fd) != 0) err(1, "fsync: %s", boot); -- cgit v1.2.3