Module Name: src
Committed By: lukem
Date: Thu May 7 07:03:40 UTC 2009
Modified Files:
src/usr.sbin/installboot/arch: i386.c landisk.c
Log Message:
refer to FFSv1 instead of UFSv1
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/usr.sbin/installboot/arch/i386.c
cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/installboot/arch/landisk.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/installboot/arch/i386.c
diff -u src/usr.sbin/installboot/arch/i386.c:1.32 src/usr.sbin/installboot/arch/i386.c:1.33
--- src/usr.sbin/installboot/arch/i386.c:1.32 Sun Apr 5 11:55:39 2009
+++ src/usr.sbin/installboot/arch/i386.c Thu May 7 07:03:39 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: i386.c,v 1.32 2009/04/05 11:55:39 lukem Exp $ */
+/* $NetBSD: i386.c,v 1.33 2009/05/07 07:03:39 lukem Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
#include <sys/cdefs.h>
#if !defined(__lint)
-__RCSID("$NetBSD: i386.c,v 1.32 2009/04/05 11:55:39 lukem Exp $");
+__RCSID("$NetBSD: i386.c,v 1.33 2009/05/07 07:03:39 lukem Exp $");
#endif /* !__lint */
#include <sys/param.h>
@@ -303,7 +303,7 @@
assert(params->stage1 != NULL);
/*
- * There is only 8k of space in a UFSv1 partition (and ustarfs)
+ * There is only 8k of space in a FFSv1 partition (and ustarfs)
* so ensure we don't splat over anything important.
*/
if (params->s1stat.st_size > (off_t)(sizeof bootstrap)) {
Index: src/usr.sbin/installboot/arch/landisk.c
diff -u src/usr.sbin/installboot/arch/landisk.c:1.4 src/usr.sbin/installboot/arch/landisk.c:1.5
--- src/usr.sbin/installboot/arch/landisk.c:1.4 Sun Apr 5 11:55:39 2009
+++ src/usr.sbin/installboot/arch/landisk.c Thu May 7 07:03:39 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: landisk.c,v 1.4 2009/04/05 11:55:39 lukem Exp $ */
+/* $NetBSD: landisk.c,v 1.5 2009/05/07 07:03:39 lukem Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
#include <sys/cdefs.h>
#if !defined(__lint)
-__RCSID("$NetBSD: landisk.c,v 1.4 2009/04/05 11:55:39 lukem Exp $");
+__RCSID("$NetBSD: landisk.c,v 1.5 2009/05/07 07:03:39 lukem Exp $");
#endif /* !__lint */
#include <sys/param.h>
@@ -80,7 +80,7 @@
bootstrapbuf = NULL;
/*
- * There is only 8k of space in a UFSv1 partition (and ustarfs)
+ * There is only 8k of space in a FFSv1 partition (and ustarfs)
* so ensure we don't splat over anything important.
*/
if (params->s1stat.st_size > 8192) {