mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
16 lines
478 B
Plaintext
16 lines
478 B
Plaintext
$NetBSD: patch-au,v 1.2 2004/09/20 02:08:58 dmcmahill Exp $
|
|
|
|
--- src/zbuf/savemat_mod.c.orig Tue Aug 3 22:17:23 2004
|
|
+++ src/zbuf/savemat_mod.c
|
|
@@ -56,8 +56,9 @@ operation of Software or Licensed Progra
|
|
* Revised 7-23-91 to support ANSI-C
|
|
*/
|
|
#include <stdio.h>
|
|
+#include <string.h>
|
|
|
|
-#ifdef ALPHA
|
|
+#if defined(ALPHA) || defined(__alpha__) || defined(__sparc64__) || defined(__x86_64__)
|
|
typedef struct {
|
|
int type; /* type */
|
|
int mrows; /* row dimension */
|