d94912ffb8
German language configuration tool for ISTEC 1003/1008 ISDN systems
19 lines
892 B
Text
19 lines
892 B
Text
$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)
|
|
|
|
|
|
|