1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/misc/estic/files/patch-ai
Steve Price 059a88c435 Consolidate diffs to a single file into one patch and add a boatload
of patches to fix the build on -current.
2000-02-27 15:04:16 +00:00

18 lines
746 B
Plaintext

--- 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)