Subject: SEGSIZ not found.
To: None <port-sparc@sun-lamp.cs.berkeley.edu>
From: Yamanaka <yamanaka@sato.riec.tohoku.ac.jp>
List: port-sparc
Date: 03/31/1994 18:39:14
Hi,

emacs/src/m-sparc.h needs SEGSIZ, like below,
#define SEGMENT_MASK (SEGSIZ - 1)

But,I could not find SEGSIZ in netbsd.
In SunOS, /usr/include/machine/a.out.h have these definition.
#define PAGSIZ		0x02000
#define SEGSIZ		PAGSIZ

I used this definitions and successed to 
make emacs(mule, Multilingual Enhancement of GNU Emacs).

Why netbsd does not include SEGSIZ definition?
Or is this just me?

Thanks.

------------------------------------------------------------------------------