blob: c6f514b7194ac868096824ea4844c5d9116bfa46 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
$NetBSD: patch-ap,v 1.1.1.1 2001/02/10 18:34:23 tron Exp $
--- ../spunk/filesys.h.orig Thu Nov 7 18:06:48 1996
+++ ../spunk/filesys.h Sat Feb 10 18:38:35 2001
@@ -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)
|