summaryrefslogtreecommitdiff
path: root/misc/estic/files/patch-aq
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-02-27 15:04:16 +0000
committerSteve Price <steve@FreeBSD.org>2000-02-27 15:04:16 +0000
commit059a88c435c9f9cd6922bd49310ceb0980c4904b (patch)
tree178aec2237728274047a807bf339d1df8960df61 /misc/estic/files/patch-aq
parentMisc. 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-aq')
-rw-r--r--misc/estic/files/patch-aq11
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/estic/files/patch-aq b/misc/estic/files/patch-aq
new file mode 100644
index 000000000000..1759c799acf5
--- /dev/null
+++ b/misc/estic/files/patch-aq
@@ -0,0 +1,11 @@
+--- spunk/syserror.cc.orig Sat Feb 26 18:04:03 2000
++++ spunk/syserror.cc Sat Feb 26 18:04:18 2000
+@@ -238,7 +238,7 @@
+ return FormatStr (LoadMsg (msUnknown).GetStr (), Code);
+ } else {
+ #ifndef SOLARIS
+- char* Msg = sys_errlist [Code];
++ char* Msg = (char *)sys_errlist [Code];
+ #else
+ char* Msg = strerror (Code);
+ #endif