diff options
Diffstat (limited to 'mbone/vic/patches/patch-am')
-rw-r--r-- | mbone/vic/patches/patch-am | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/mbone/vic/patches/patch-am b/mbone/vic/patches/patch-am new file mode 100644 index 00000000000..d31bbfd74e5 --- /dev/null +++ b/mbone/vic/patches/patch-am @@ -0,0 +1,22 @@ +$NetBSD: patch-am,v 1.1 2002/08/16 16:56:00 agc Exp $ + +--- iohandler.cc 2002/08/16 16:29:18 1.1 ++++ iohandler.cc 2002/08/16 16:29:35 +@@ -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 |