diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2007-03-03 21:06:49 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2007-03-03 21:06:49 +0000 |
commit | 16ce0b401842dc92292c8e31178d2bdb307f387f (patch) | |
tree | 43cad31384bff98ac4724863477119c9807150f5 /databases | |
parent | Deluge is a Bittorrent client written in Python and GTK+. Deluge is intended (diff) |
Add a hunk to satisfy gcc-4.x' strictness. The port should build with
the new compiler now.
Notified by: Kris
Tested with: gcc-4.2.0
Notes
Notes:
svn path=/head/; revision=186459
Diffstat (limited to 'databases')
-rw-r--r-- | databases/sybtcl/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/sybtcl/files/patch-aa b/databases/sybtcl/files/patch-aa index 0c77c8755ccc..547073611ae9 100644 --- a/databases/sybtcl/files/patch-aa +++ b/databases/sybtcl/files/patch-aa @@ -43,6 +43,17 @@ +#endif /* POLLED_EVENTS } */ +@@ -1167,9 +1178,9 @@ + */ + ++CALLBACK_SCOPE Tcl_ChannelProc callback_handler; + static void + remove_handler (hand) + int hand; + { +- CALLBACK_SCOPE Tcl_ChannelProc callback_handler; + if (SybProcs[hand].callBackScript != NULL) { + Tcl_DecrRefCount(SybProcs[hand].callBackScript); @@ -1669,6 +1680,8 @@ |