diff options
| author | glass <glass@NetBSD.org> | 1993-09-12 02:37:05 +0000 |
|---|---|---|
| committer | glass <glass@NetBSD.org> | 1993-09-12 02:37:05 +0000 |
| commit | 3d78e6d4656a188514a4fa00fdf9d4b72dc90b70 (patch) | |
| tree | 0d7c81ea84ce6a2a7059692a84cb4ea701e076ab /include | |
| parent | c3f643cd8a5fc8d99d7764145382e9f27e95c245 (diff) | |
sun3 has 8k pages
Diffstat (limited to 'include')
| -rw-r--r-- | include/a.out.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/a.out.h b/include/a.out.h index d0dfb579113..b497b8e04c0 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 <sys/exec.h> -#if defined(amiga) +#if defined(amiga) || defined(sun3) #define __LDPGSZ 8192 #endif #if defined(hp300) || defined(i386) || defined(pc532) |
