aboutsummaryrefslogtreecommitdiff
path: root/development/tclvfs/patches/07-vfs.patch
diff options
context:
space:
mode:
authorJuan M. Lasca <juanmlasca@gmail.com>2022-07-23 01:56:09 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-07-23 11:13:14 +0700
commit857db0d33eb26f00e08cb1a83e7d5a6e9796c426 (patch)
tree3ebcecb1aa27e22e7eb027ee6103ae55209128f4 /development/tclvfs/patches/07-vfs.patch
parentff0eba50258830f85259a70cd99e12c098514a4b (diff)
development/tclvfs: Updated for version 1.4. New maintainer.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/tclvfs/patches/07-vfs.patch')
-rw-r--r--development/tclvfs/patches/07-vfs.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/development/tclvfs/patches/07-vfs.patch b/development/tclvfs/patches/07-vfs.patch
deleted file mode 100644
index 42b30eb60d..0000000000
--- a/development/tclvfs/patches/07-vfs.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- tclvfs-1.3-20080503.orig/generic/vfs.c 2006/08/30 19:38:03 1.60
-+++ tclvfs-1.3-20080503/generic/vfs.c 2008/10/10 21:57:36 1.61
-@@ -39,6 +39,10 @@
- #define TCL_GLOB_TYPE_MOUNT (1<<7)
- #endif
-
-+#ifndef CONST86
-+#define CONST86
-+#endif
-+
- /*
- * Only the _Init function is exported.
- */
-@@ -1656,7 +1660,7 @@
- return returnVal;
- }
-
--static CONST char**
-+static CONST char * CONST86 *
- VfsFileAttrStrings(pathPtr, objPtrRef)
- Tcl_Obj* pathPtr;
- Tcl_Obj** objPtrRef;