Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mac68k/include The last change wasn't quite enough ...
details: https://anonhg.NetBSD.org/src/rev/5f3a03f951bb
branches: trunk
changeset: 467949:5f3a03f951bb
user: scottr <scottr%NetBSD.org@localhost>
date: Wed Mar 31 14:58:15 1999 +0000
description:
The last change wasn't quite enough to build libc during a 'make build'.
Bump DFLDSIZ, too.
diffstat:
sys/arch/mac68k/include/vmparam.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r bd4000ba60db -r 5f3a03f951bb sys/arch/mac68k/include/vmparam.h
--- a/sys/arch/mac68k/include/vmparam.h Wed Mar 31 14:29:33 1999 +0000
+++ b/sys/arch/mac68k/include/vmparam.h Wed Mar 31 14:58:15 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vmparam.h,v 1.19 1999/03/31 06:53:56 scottr Exp $ */
+/* $NetBSD: vmparam.h,v 1.20 1999/03/31 14:58:15 scottr Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -107,7 +107,7 @@
#define MAXTSIZ (8*1024*1024) /* max text size */
#endif
#ifndef DFLDSIZ
-#define DFLDSIZ (16*1024*1024) /* initial data size limit */
+#define DFLDSIZ (32*1024*1024) /* initial data size limit */
#endif
#ifndef MAXDSIZ
#define MAXDSIZ (64*1024*1024) /* max data size */
Home |
Main Index |
Thread Index |
Old Index