diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-03-01 20:39:37 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-03-01 20:39:37 +0100 |
commit | 7e5c04b5db4e859b326ece329099d849906f2bb9 (patch) | |
tree | f50418d6c8b90bbacb28b2a4c04ea1d421aad19d /debian/changelog | |
parent | 655173ff215dde1a167193eafe29bfc955a19561 (diff) | |
download | nx-libs-7e5c04b5db4e859b326ece329099d849906f2bb9.tar.gz nx-libs-7e5c04b5db4e859b326ece329099d849906f2bb9.tar.bz2 nx-libs-7e5c04b5db4e859b326ece329099d849906f2bb9.zip |
Pass address of fd_set structs on the stack to the FD_ISSET macro/function, instead of the struct itself.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index ff0f01e10..f865f72b9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,7 +7,8 @@ nx-libs (2:3.5.0.12-0) UNRELEASED; urgency=low [ Mihai Moldovan ] * Add patch: 051_nxcomp_macos105-fdisset.full+lite.patch, work around - issue in Mac OS X 10.5 SDK. + issue in Mac OS X 10.5 SDK. Pass address of fd_set structs on the stack + to the FD_ISSET macro/function, instead of the struct itself. [ Oleksandr Shneyder ] * Create patch: 203_nxagent_disable-rootless-exit.full.patch. |