pkgsrc/x11/xscribble/patches/patch-aa
2001-01-01 14:30:25 +00:00

18 lines
456 B
Text

$NetBSD: patch-aa,v 1.2 2001/01/01 14:30:25 itojun Exp $
--- lirec/li_recognizer.c.orig Tue Jun 13 07:20:13 2000
+++ lirec/li_recognizer.c Mon Jan 1 22:41:28 2001
@@ -55,5 +55,5 @@
-#define bcopy(s1,s2,n) memcpy(s2,s1,n)
+/*#define bcopy(s1,s2,n) memcpy(s2,s1,n)*/
-#ifdef mips
+#if 0
char *strdup(char* from) {
@@ -925,3 +925,4 @@
/*#include <assert.h>*/
-#include <values.h>
+#include <sys/param.h>
+#define MAXINT INT_MAX
#include <sys/time.h>