23 lines
473 B
Text
23 lines
473 B
Text
|
$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
|