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-aq | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 misc/estic/files/patch-aq (limited to 'misc/estic/files/patch-aq') 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 -- cgit v1.2.3