Files
pkgsrc-ng/comms/estic/patches/patch-spunk_filesys.h
2013-09-26 17:14:40 +02:00

20 lines
804 B
C

$NetBSD: patch-spunk_filesys.h,v 1.1 2012/11/16 00:37:46 joerg Exp $
--- spunk/filesys.h.orig 1996-11-07 18:06:48.000000000 +0000
+++ spunk/filesys.h
@@ -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)