$OpenBSD: patch-platforms_unix_vm_sqUnixMain_c,v 1.6 2017/05/06 17:15:20 espie Exp $
Index: platforms/unix/vm/sqUnixMain.c
--- platforms/unix/vm/sqUnixMain.c.orig
+++ platforms/unix/vm/sqUnixMain.c
@@ -53,12 +53,8 @@
 #include <errno.h>
 #include <signal.h>
 #include <fcntl.h>
+#include <ctype.h>
 
-#if defined(__alpha__)
-# include <sys/sysinfo.h>
-# include <sys/proc.h>
-#endif
-
 #undef	DEBUG_MODULES
 
 #undef	IMAGE_DUMP				/* define to enable SIGHUP and SIGQUIT handling */
@@ -1329,17 +1325,6 @@ int main(int argc, char **argv, char **envp)
     outOfMemory();
 
   signal(SIGSEGV, sigsegv);
-
-#if defined(__alpha__)
-  /* disable printing of unaligned access exceptions */
-  {
-    int buf[2]= { SSIN_UACPROC, UAC_NOPRINT };
-    if (setsysinfo(SSI_NVPAIRS, buf, 1, 0, 0, 0) < 0)
-      {
-	perror("setsysinfo(UAC_NOPRINT)");
-      }
-  }
-#endif
 
 #if defined(HAVE_TZSET)
   tzset();	/* should _not_ be necessary! */
