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-al | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 misc/estic/files/patch-al (limited to 'misc/estic/files/patch-al') diff --git a/misc/estic/files/patch-al b/misc/estic/files/patch-al new file mode 100644 index 000000000000..a131bd552eb1 --- /dev/null +++ b/misc/estic/files/patch-al @@ -0,0 +1,17 @@ +--- spunk/unixsrc/filesys.cc.orig Sat Feb 26 17:57:13 2000 ++++ spunk/unixsrc/filesys.cc Sat Feb 26 17:57:39 2000 +@@ -42,10 +42,10 @@ + + extern const char FileSysPathSep = '/'; // Path separator + extern const char FileSysListSep = ':'; // Path list separator +-extern const FileSysMaxPath = 255; // Maximum path length +-extern const FileSysMaxDir = 255; // Maximum directory length +-extern const FileSysMaxName = 255; // Maximum file name length +-extern const FileSysMaxExt = 255; // Maximum extension length (including the dot) ++extern const int FileSysMaxPath = 255; // Maximum path length ++extern const int FileSysMaxDir = 255; // Maximum directory length ++extern const int FileSysMaxName = 255; // Maximum file name length ++extern const int FileSysMaxExt = 255; // Maximum extension length (including the dot) + + + -- cgit v1.2.3