summaryrefslogtreecommitdiff
path: root/comms/estic/patches/patch-ai
blob: ec6aae4ef64137e9396fc74e1a73dfcda64930e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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)