Don't set __LDPGSZ to 4096; we use 8192 like the rest of m68k-land, now.

This commit is contained in:
thorpej 1997-03-15 21:59:20 +00:00
parent 1f5d64db6b
commit 0e368d2e40
1 changed files with 1 additions and 2 deletions

View File

@ -1,9 +1,8 @@
/* $NetBSD: aout_machdep.h,v 1.12 1996/10/08 13:07:30 cgd Exp $ */
/* $NetBSD: aout_machdep.h,v 1.13 1997/03/15 21:59:20 thorpej Exp $ */
#ifndef _MACHINE_EXEC_H_
#define _MACHINE_EXEC_H_
#define __LDPGSZ 4096 /* XXX */
#include <m68k/aout_machdep.h>
#endif /* _MACHINE_EXEC_H_ */