Module Name:    src
Committed By:   tsutsui
Date:           Fri Jun 17 16:09:47 UTC 2022

Modified Files:
        src/usr.sbin/sysinst/arch/luna68k: md.h
        src/usr.sbin/sysinst/arch/news68k: md.h
        src/usr.sbin/sysinst/arch/x68k: md.h

Log Message:
Use #define<space> consistently.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/sysinst/arch/luna68k/md.h
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/sysinst/arch/news68k/md.h
cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/sysinst/arch/x68k/md.h

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/sysinst/arch/luna68k/md.h
diff -u src/usr.sbin/sysinst/arch/luna68k/md.h:1.5 src/usr.sbin/sysinst/arch/luna68k/md.h:1.6
--- src/usr.sbin/sysinst/arch/luna68k/md.h:1.5	Fri Jun 17 16:06:19 2022
+++ src/usr.sbin/sysinst/arch/luna68k/md.h	Fri Jun 17 16:09:47 2022
@@ -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"

Index: src/usr.sbin/sysinst/arch/news68k/md.h
diff -u src/usr.sbin/sysinst/arch/news68k/md.h:1.3 src/usr.sbin/sysinst/arch/news68k/md.h:1.4
--- src/usr.sbin/sysinst/arch/news68k/md.h:1.3	Thu Jun 16 14:03:38 2022
+++ src/usr.sbin/sysinst/arch/news68k/md.h	Fri Jun 17 16:09:47 2022
@@ -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"

Index: src/usr.sbin/sysinst/arch/x68k/md.h
diff -u src/usr.sbin/sysinst/arch/x68k/md.h:1.7 src/usr.sbin/sysinst/arch/x68k/md.h:1.8
--- src/usr.sbin/sysinst/arch/x68k/md.h:1.7	Fri Jun 17 16:06:19 2022
+++ src/usr.sbin/sysinst/arch/x68k/md.h	Fri Jun 17 16:09:47 2022
@@ -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

Reply via email to