summaryrefslogtreecommitdiff
path: root/comms/estic/patches/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'comms/estic/patches/patch-ai')
-rw-r--r--comms/estic/patches/patch-ai19
1 files changed, 19 insertions, 0 deletions
diff --git a/comms/estic/patches/patch-ai b/comms/estic/patches/patch-ai
new file mode 100644
index 00000000000..ec6aae4ef64
--- /dev/null
+++ b/comms/estic/patches/patch-ai
@@ -0,0 +1,19 @@
+$NetBSD: patch-ai,v 1.1.1.1 2001/02/10 18:34:23 tron Exp $
+
+--- ../spunk/unixsrc/filesys.cc.orig Thu Nov 7 18:06:58 1996
++++ ../spunk/unixsrc/filesys.cc Sat Feb 10 18:38:34 2001
+@@ -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)
+
+
+