]> git.pld-linux.org Git - packages/byacc.git/commitdiff
- patch from rawhide.
authorkloczek <kloczek@pld-linux.org>
Sat, 9 Sep 2000 06:20:26 +0000 (06:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    byacc-fix.patch -> 1.1

byacc-fix.patch [new file with mode: 0644]

diff --git a/byacc-fix.patch b/byacc-fix.patch
new file mode 100644 (file)
index 0000000..1f8923e
--- /dev/null
@@ -0,0 +1,23 @@
+--- byacc-1.9/defs.h.busted    Sat May  6 21:10:56 2000
++++ byacc-1.9/defs.h   Sat May  6 21:11:22 2000
+@@ -1,7 +1,8 @@
+ #include <assert.h>
+ #include <ctype.h>
+ #include <stdio.h>
+-
++#include <string.h>
++#include <stdlib.h>
+ /*  machine-dependent definitions                     */
+ /*  the following definitions are for the Tahoe               */
+@@ -280,10 +281,3 @@
+ extern int errno;
+-/* system functions */
+-
+-extern void free();
+-extern char *calloc();
+-extern char *malloc();
+-extern char *realloc();
+-extern char *strcpy();
This page took 0.061835 seconds and 4 git commands to generate.