blob: c98b81521fbfd3439394f88c015bd9a98456253e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
$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>
|