diff options
author | Steve Price <steve@FreeBSD.org> | 2000-02-27 15:04:16 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-02-27 15:04:16 +0000 |
commit | 059a88c435c9f9cd6922bd49310ceb0980c4904b (patch) | |
tree | 178aec2237728274047a807bf339d1df8960df61 /misc/estic/files/patch-as | |
parent | Misc. small fixes from the maintainer. (diff) |
Consolidate diffs to a single file into one patch and add a boatload
of patches to fix the build on -current.
Notes
Notes:
svn path=/head/; revision=26363
Diffstat (limited to 'misc/estic/files/patch-as')
-rw-r--r-- | misc/estic/files/patch-as | 20 |
1 files changed, 20 insertions, 0 deletions
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 |