aboutsummaryrefslogtreecommitdiffstats
path: root/mbone/vic/files/patch-an
blob: 84a0fec077884711504372e40da98c9d14594adf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- iohandler.cc.orig   Sun Nov 28 19:12:12 1999
+++ iohandler.cc    Sun Nov 28 19:12:50 1999
@@ -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