diff options
Diffstat (limited to 'net/scotty3/files/patch-af')
-rw-r--r-- | net/scotty3/files/patch-af | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/net/scotty3/files/patch-af b/net/scotty3/files/patch-af deleted file mode 100644 index 19ba69fd4144..000000000000 --- a/net/scotty3/files/patch-af +++ /dev/null @@ -1,20 +0,0 @@ ---- ../tnm/generic/tnmInt.h.orig Tue Sep 21 14:17:18 1999 -+++ ../tnm/generic/tnmInt.h Tue Dec 9 00:06:26 2003 -@@ -54,11 +54,16 @@ - */ - - #define TnmGetTime TclpGetTime -+#if TCL_MAJOR_VERSION == 8 && TCL_MINOR_VERSION == 4 -+#define TnmCreateDirectory(p) mkdir (p, 0777) -+#define TnmStat stat -+#else - #define TnmCreateDirectory TclpCreateDirectory --#if TCL_MAJOR_VERSION == 8 && TCL_MINOR_VERSION == 8 && TCL_RELEASE_SERIAL > 2 -+#if TCL_MAJOR_VERSION == 8 && TCL_MINOR_VERSION == 3 && TCL_RELEASE_SERIAL > 2 - #define TnmStat TclStat - #else - #define TnmStat stat -+#endif - #endif - - EXTERN void |