mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 17:06:32 -04:00
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/
14 lines
345 B
C
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;
|