From 3d78e6d4656a188514a4fa00fdf9d4b72dc90b70 Mon Sep 17 00:00:00 2001 From: glass Date: Sun, 12 Sep 1993 02:37:05 +0000 Subject: [PATCH] sun3 has 8k pages --- include/a.out.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/a.out.h b/include/a.out.h index d0dfb5791133..b497b8e04c0f 100644 --- a/include/a.out.h +++ b/include/a.out.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)a.out.h 5.6 (Berkeley) 4/30/91 - * $Id: a.out.h,v 1.7 1993/09/01 08:44:05 deraadt Exp $ + * $Id: a.out.h,v 1.8 1993/09/12 02:37:05 glass Exp $ */ #ifndef _AOUT_H_ @@ -39,7 +39,7 @@ #include -#if defined(amiga) +#if defined(amiga) || defined(sun3) #define __LDPGSZ 8192 #endif #if defined(hp300) || defined(i386) || defined(pc532)