summaryrefslogtreecommitdiff
path: root/java/guavac/files/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'java/guavac/files/patch-ae')
-rw-r--r--java/guavac/files/patch-ae18
1 files changed, 8 insertions, 10 deletions
diff --git a/java/guavac/files/patch-ae b/java/guavac/files/patch-ae
index 7b4e525eb6af..e1ddbb53d6db 100644
--- a/java/guavac/files/patch-ae
+++ b/java/guavac/files/patch-ae
@@ -1,10 +1,8 @@
-*** common/string.h.orig Sat Jan 13 18:40:28 1996
---- common/string.h Thu Jun 12 10:49:44 1997
-***************
-*** 5,8 ****
---- 5,9 ----
- #ifndef __SINST__
- #define __SINST__
- #endif
-+ #include_next <string.h> // Get missing memmove() prototype for libg++
- #include <string>
+--- common/cppstring.h.orig Wed Jun 24 19:00:48 1998
++++ common/cppstring.h Wed Jun 24 19:01:49 1998
+@@ -8,4 +8,5 @@
+ #endif
+ #endif
+
++#include_next <string.h>
+ #include <string>