$NetBSD: patch-ac,v 1.2 2000/08/14 16:51:36 mjl Exp $ --- src/sqXWindow.c.orig Mon Aug 14 18:14:23 2000 +++ src/sqXWindow.c Mon Aug 14 18:15:35 2000 @@ -2960,7 +2960,7 @@ error("Segmentation fault"); } -#ifdef __alpha__ +#if defined(__alpha__) && !defined(__NetBSD__) /* headers for setsysinfo (see below) */ # include # include @@ -2972,7 +2972,7 @@ /* initialisation */ -#ifdef __alpha__ +#if defined(__alpha__) && !defined(__NetBSD__) /* disable printing of unaligned access exceptions */ { int buf[2]= { SSIN_UACPROC, UAC_NOPRINT };