summaryrefslogtreecommitdiff
path: root/misc/estic/files/patch-filesys.h
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2005-09-06 08:38:32 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2005-09-06 08:38:32 +0000
commit0ccc29e81c5ca92dece3cbca352e8f4460e7378c (patch)
tree3e43451d78c5e9757e7e213eca37356b048ec27d /misc/estic/files/patch-filesys.h
parentUpdate to 2.96 (diff)
- rename and merge patches
(for better CVS tracking of next updates)
Diffstat (limited to 'misc/estic/files/patch-filesys.h')
-rw-r--r--misc/estic/files/patch-filesys.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/misc/estic/files/patch-filesys.h b/misc/estic/files/patch-filesys.h
new file mode 100644
index 000000000000..92dd800ebfb1
--- /dev/null
+++ b/misc/estic/files/patch-filesys.h
@@ -0,0 +1,17 @@
+--- spunk/filesys.h.orig Sat Feb 26 17:51:00 2000
++++ spunk/filesys.h Sat Feb 26 17:51:27 2000
+@@ -44,10 +44,10 @@
+
+ extern const char FileSysPathSep; // Path separator
+ extern const char FileSysListSep; // Path list separator
+-extern const FileSysMaxPath; // Maximum path length
+-extern const FileSysMaxDir; // Maximum directory length
+-extern const FileSysMaxName; // Maximum file name length
+-extern const FileSysMaxExt; // Maximum extension length (including the dot)
++extern const int FileSysMaxPath; // Maximum path length
++extern const int FileSysMaxDir; // Maximum directory length
++extern const int FileSysMaxName; // Maximum file name length
++extern const int FileSysMaxExt; // Maximum extension length (including the dot)
+
+
+