From 059a88c435c9f9cd6922bd49310ceb0980c4904b Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sun, 27 Feb 2000 15:04:16 +0000 Subject: Consolidate diffs to a single file into one patch and add a boatload of patches to fix the build on -current. --- misc/estic/files/patch-as | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 misc/estic/files/patch-as (limited to 'misc/estic/files/patch-as') diff --git a/misc/estic/files/patch-as b/misc/estic/files/patch-as new file mode 100644 index 000000000000..e422f6f8cb1a --- /dev/null +++ b/misc/estic/files/patch-as @@ -0,0 +1,20 @@ +--- spunk/window.cc.orig Sat Feb 26 18:05:58 2000 ++++ spunk/window.cc Sat Feb 26 18:06:16 2000 +@@ -1395,7 +1395,7 @@ + // Write a string to the inner window. Note: Attr is an index, not a real + // attribute ! + { +- const BufSize = 256; ++ const int BufSize = 256; + u16 Buf [256]; + + // Check if the given string is empty +@@ -1517,7 +1517,7 @@ + // Write a string to the inner window. Note: Attr is an index, not a real + // attribute ! + { +- const BufSize = 256; ++ const int BufSize = 256; + u16 Buf [BufSize]; + + // If the Y coord is outside the inner window, there is nothing to do -- cgit v1.2.3