summaryrefslogtreecommitdiff
path: root/mbone/vat/patches/patch-al
diff options
context:
space:
mode:
Diffstat (limited to 'mbone/vat/patches/patch-al')
-rw-r--r--mbone/vat/patches/patch-al22
1 files changed, 22 insertions, 0 deletions
diff --git a/mbone/vat/patches/patch-al b/mbone/vat/patches/patch-al
new file mode 100644
index 00000000000..a5681a3326b
--- /dev/null
+++ b/mbone/vat/patches/patch-al
@@ -0,0 +1,22 @@
+$NetBSD: patch-al,v 1.1 2002/08/16 16:25:14 agc Exp $
+
+--- iohandler.cc 2002/08/16 16:12:48 1.1
++++ iohandler.cc 2002/08/16 16:15:23
+@@ -132,7 +132,7 @@
+
+ }
+ #else
+- Tk_CreateFileHandler((ClientData)fd, mask, callback, (ClientData)this);
++ Tk_CreateFileHandler(fd, mask, callback, (ClientData)this);
+ #endif
+ }
+
+@@ -151,7 +151,7 @@
+ }
+ #else
+ if (fd_ >= 0) {
+- Tk_DeleteFileHandler((ClientData)fd_);
++ Tk_DeleteFileHandler(fd_);
+ fd_ = -1;
+ }
+ #endif