Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/sysinst/arch Use #define<space> consistently.
details: https://anonhg.NetBSD.org/src/rev/ff889f4f62ba
branches: trunk
changeset: 366822:ff889f4f62ba
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Fri Jun 17 16:09:47 2022 +0000
description:
Use #define<space> consistently.
diffstat:
usr.sbin/sysinst/arch/luna68k/md.h | 6 +++---
usr.sbin/sysinst/arch/news68k/md.h | 4 ++--
usr.sbin/sysinst/arch/x68k/md.h | 6 +++---
3 files changed, 8 insertions(+), 8 deletions(-)
diffs (63 lines):
diff -r a40704d441eb -r ff889f4f62ba usr.sbin/sysinst/arch/luna68k/md.h
--- a/usr.sbin/sysinst/arch/luna68k/md.h Fri Jun 17 16:06:19 2022 +0000
+++ b/usr.sbin/sysinst/arch/luna68k/md.h Fri Jun 17 16:09:47 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: md.h,v 1.5 2022/06/17 16:06:19 tsutsui Exp $ */
+/* $NetBSD: md.h,v 1.6 2022/06/17 16:09:47 tsutsui Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -43,7 +43,7 @@
#define PART_BOOT (8 * MEG) /* for a.out kernel and boot */
#define PART_BOOT_TYPE FS_BSDFFS
-#define PART_BOOT_SUBT 1 /* old 4.3BSD UFS */
+#define PART_BOOT_SUBT 1 /* old 4.3BSD UFS */
#define DEFROOTSIZE 40 /* Default root size */
#define DEFSWAPSIZE 32 /* Default swap size */
@@ -63,4 +63,4 @@
* If not defined, we assume the port does not support disklabels and
* the hand-edited disklabel will NOT be written by MI code.
*/
-#define DISKLABEL_CMD "disklabel -w -r"
+#define DISKLABEL_CMD "disklabel -w -r"
diff -r a40704d441eb -r ff889f4f62ba usr.sbin/sysinst/arch/news68k/md.h
--- a/usr.sbin/sysinst/arch/news68k/md.h Fri Jun 17 16:06:19 2022 +0000
+++ b/usr.sbin/sysinst/arch/news68k/md.h Fri Jun 17 16:09:47 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: md.h,v 1.3 2022/06/16 14:03:38 tsutsui Exp $ */
+/* $NetBSD: md.h,v 1.4 2022/06/17 16:09:47 tsutsui Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -67,4 +67,4 @@
* If not defined, we assume the port does not support disklabels and
* the hand-edited disklabel will NOT be written by MI code.
*/
-#define DISKLABEL_CMD "disklabel -w -r"
+#define DISKLABEL_CMD "disklabel -w -r"
diff -r a40704d441eb -r ff889f4f62ba usr.sbin/sysinst/arch/x68k/md.h
--- a/usr.sbin/sysinst/arch/x68k/md.h Fri Jun 17 16:06:19 2022 +0000
+++ b/usr.sbin/sysinst/arch/x68k/md.h Fri Jun 17 16:09:47 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: md.h,v 1.7 2022/06/17 16:06:19 tsutsui Exp $ */
+/* $NetBSD: md.h,v 1.8 2022/06/17 16:09:47 tsutsui Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -59,7 +59,7 @@
#define DEFVARSIZE 32 /* Default /var size, if created */
#define DEFUSRSIZE 700 /* Default /usr size, if /home */
#define XNEEDMB 250 /* Extra megs for full X installation */
-#define DEBNEEDMB 800 /* Extra megs for debug sets */
+#define DEBNEEDMB 800 /* Extra megs for debug sets */
/* have support for booting from UFS2 */
#define HAVE_UFS2_BOOT
@@ -95,4 +95,4 @@
* to in-core disklabels, so we can not check for existence of "real"
* disklabels on-disk before offering disklabel partitions.
*/
-#define DISKLABEL_NO_ONDISK_VERIFY 1
+#define DISKLABEL_NO_ONDISK_VERIFY 1
Home |
Main Index |
Thread Index |
Old Index