ports/devel/tclvfs/files/patch-generic_vfs.c
Pietro Cerutti ad8d42f1ab - New port: devel/tclvfs
The TclVfs project aims to provide an extension to the Tcl language which
allows Virtual Filesystems to be built using Tcl scripts only. It is also a
repository of such Tcl-implemented filesystems (metakit, zip, ftp, tar, http,
webdav, namespace, url)

WWW: http://sourceforge.net/projects/tclvfs/
2013-11-13 16:54:21 +00:00

14 lines
345 B
C

--- generic/vfs.c.orig 2006-08-30 21:38:03.000000000 +0200
+++ generic/vfs.c 2013-09-24 10:26:34.000000000 +0200
@@ -1656,7 +1656,10 @@
return returnVal;
}
-static CONST char**
+#ifndef CONST86
+#define CONST86
+#endif
+static CONST char*CONST86 *
VfsFileAttrStrings(pathPtr, objPtrRef)
Tcl_Obj* pathPtr;
Tcl_Obj** objPtrRef;