[Bug 940] xmmap.c noequality compile error on DigitalUNIX 4.0F PK7

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Wed Oct 6 08:21:32 EST 2004


http://bugzilla.mindrot.org/show_bug.cgi?id=940





------- Additional Comments From dtucker at zip.com.au  2004-10-06 08:21 -------
I can't see why that would fail in 3.9p1 and work in 3.8.1p1 since xmmap.c has
changed only minimally and that chunk of code hasn't changed at all.

Can you try casting the constant to void *, ie change:
if (address == MAP_FAILED) {
to:
if (address == (void *)MAP_FAILED) {



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the openssh-bugs mailing list