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/sparc64 Remove now obsolete "#define D...



details:   https://anonhg.NetBSD.org/src/rev/ac4244a19afb
branches:  trunk
changeset: 366818:ac4244a19afb
user:      hannken <hannken%NetBSD.org@localhost>
date:      Fri Jun 17 09:00:08 2022 +0000

description:
Remove now obsolete "#define DEFSWAPSIZE (-1)" to fix the build.

diffstat:

 usr.sbin/sysinst/arch/sparc64/md.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r df88bfd82ec8 -r ac4244a19afb usr.sbin/sysinst/arch/sparc64/md.h
--- a/usr.sbin/sysinst/arch/sparc64/md.h        Fri Jun 17 07:06:50 2022 +0000
+++ b/usr.sbin/sysinst/arch/sparc64/md.h        Fri Jun 17 09:00:08 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.6 2022/06/16 14:03:39 tsutsui Exp $   */
+/*     $NetBSD: md.h,v 1.7 2022/06/17 09:00:08 hannken Exp $   */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -36,7 +36,6 @@
 /* md.h -- Machine specific definitions for the sparc */
 
 /* Constants and defines */
-#define        DEFSWAPSIZE     (-1)
 
 /*
  * Symbolic names for disk partitions.



Home | Main Index | Thread Index | Old Index