$NetBSD: patch-ac,v 1.3 2001/05/16 02:27:53 fredb Exp $

--- ../src/unix/sqXWindow.c.orig	Fri Mar 23 16:47:37 2001
+++ ../src/unix/sqXWindow.c
@@ -4220,7 +4220,7 @@
   error("Segmentation fault");
 }
 
-#ifdef __alpha__
+#if defined(__alpha__) && !defined(__NetBSD__)
 /* headers for setsysinfo (see below) */
 # include <sys/sysinfo.h>
 # include <sys/proc.h>
@@ -4254,7 +4254,7 @@
 
   /* initialisation */
 
-# if defined(__alpha__)
+#if defined(__alpha__) && !defined(__NetBSD__)
   /* disable printing of unaligned access exceptions */
   {
     int buf[2]= { SSIN_UACPROC, UAC_NOPRINT };
