$NetBSD: patch-bc,v 1.1 2001/03/18 14:14:24 kei Exp $ --- src/m/alpha.h.orig Fri Feb 17 16:47:36 1995 +++ src/m/alpha.h Sat Mar 17 14:37:23 2001 @@ -108,7 +108,9 @@ in the file alloca.s should be used. */ #define HAVE_ALLOCA +#ifndef __NetBSD__ #define SYSTEM_MALLOC +#endif /* Define NO_REMAP if memory segmentation makes it not work well to change the boundary between the text section and data section @@ -134,7 +136,9 @@ #define START_FILES pre-crt0.o +#ifndef __NetBSD__ #define UNEXEC unexmips.o +#endif #define PNTR_COMPARISON_TYPE unsigned long @@ -149,7 +153,9 @@ #define DATA_END &_edata #define ORDINARY_LINK +#ifndef __NetBSD__ #define LD_SWITCH_SYSTEM +#endif #define LIBS_DEBUG /* PURESIZE should be defined in puresize.h. */