Module Name:    src
Committed By:   hannken
Date:           Fri Jun 17 09:00:08 UTC 2022

Modified Files:
        src/usr.sbin/sysinst/arch/sparc64: md.h

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


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/sysinst/arch/sparc64/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/sparc64/md.h
diff -u src/usr.sbin/sysinst/arch/sparc64/md.h:1.6 src/usr.sbin/sysinst/arch/sparc64/md.h:1.7
--- src/usr.sbin/sysinst/arch/sparc64/md.h:1.6	Thu Jun 16 14:03:39 2022
+++ src/usr.sbin/sysinst/arch/sparc64/md.h	Fri Jun 17 09:00:08 2022
@@ -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.

Reply via email to