diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 2001-11-14 14:38:34 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 2001-11-14 14:38:34 +0000 |
commit | 9e1739821960420484e9944061a410b68d9b2f9f (patch) | |
tree | a1825dd378093e3fb2f8dd9326c2db0a1767f2be /sys/arch/vax/include | |
parent | 76c537cfe4435f1b85399aeb9bed645ce13fcccb (diff) |
Change Vax LDPGSZ to 4k.
Diffstat (limited to 'sys/arch/vax/include')
-rw-r--r-- | sys/arch/vax/include/aout_machdep.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/include/aout_machdep.h b/sys/arch/vax/include/aout_machdep.h index 93b6ba273a0..f84e2a379ff 100644 --- a/sys/arch/vax/include/aout_machdep.h +++ b/sys/arch/vax/include/aout_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: aout_machdep.h,v 1.2 1997/05/29 00:04:35 niklas Exp $ */ +/* $OpenBSD: aout_machdep.h,v 1.3 2001/11/14 14:38:33 hugh Exp $ */ /* $NetBSD: aout_machdep.h,v 1.4 1995/09/23 14:57:40 ragge Exp $ */ /* @@ -31,7 +31,7 @@ #ifndef _VAX_EXEC_H_ #define _VAX_EXEC_H_ -#define __LDPGSZ 1024 +#define __LDPGSZ 4096 /* Relocation format. */ struct relocation_info_vax { |