Subject: Change to sunos_exec.[ch]
To: matthew green <mrg@netbsd.org>
From: Todd Vierling <tv@pobox.com>
List: current-users
Date: 08/09/1998 22:10:23
On Sat, 8 Aug 1998, matthew green wrote:

: Modified Files:
: 	src/sys/compat/sunos: sunos_exec.c sunos_exec.h
: Log Message:
: use __sparc__ not sparc

This breaks sparc compiles.  Huh?

At the very least, if we're going to depend on compiler flags which not all
NetBSD compilers yet support, we should have a construct such as:

#undef __sparc__
#define __sparc__ 1

in src/sys/arch/sparc/include/param.h.  (Perhaps even types.h.)  That way,
the source tree won't be broken pending a toolchain update.

-- 
-- Todd Vierling (Personal tv@pobox.com; Bus. todd_vierling@xn.xerox.com)