summaryrefslogtreecommitdiffstats
path: root/sys/ddb
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-01-14 16:25:31 +0000
committerdg <dg@FreeBSD.org>1994-01-14 16:25:31 +0000
commitfff1da2aba8cb1d119866cd63038909870d3e54f (patch)
treea15ee00962453d82c88a74376825d44abe0188a9 /sys/ddb
parent9f745bbfc3d7ee82008dd48471f5759b3b68d5f7 (diff)
downloadFreeBSD-src-fff1da2aba8cb1d119866cd63038909870d3e54f.zip
FreeBSD-src-fff1da2aba8cb1d119866cd63038909870d3e54f.tar.gz
"New" VM system from John Dyson & myself. For a run-down of the
major changes, see the log of any effected file in the sys/vm directory (swap_pager.c for instance).
Diffstat (limited to 'sys/ddb')
-rw-r--r--sys/ddb/db_aout.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ddb/db_aout.c b/sys/ddb/db_aout.c
index 2dd0b75..e256f21 100644
--- a/sys/ddb/db_aout.c
+++ b/sys/ddb/db_aout.c
@@ -23,7 +23,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: db_aout.c,v 1.4 1993/11/25 01:30:02 wollman Exp $
+ * $Id: db_aout.c,v 1.5 1994/01/03 07:54:08 davidg Exp $
*/
/*
@@ -68,7 +68,7 @@
ep = (struct nlist *)((char *)sp + *(symtab)))
#ifndef SYMTAB_SPACE
-#define SYMTAB_SPACE 63000
+#define SYMTAB_SPACE 73000
#endif /*SYMTAB_SPACE*/
int db_symtabsize = SYMTAB_SPACE;
OpenPOWER on IntegriCloud