search for: noequal

Displaying 4 results from an estimated 4 matches for "noequal".

Did you mean: nonqual
2004 Oct 06
2
[Bug 940] xmmap.c noequality compile error on Digital UNIX 4.0F PK7
http://bugzilla.mindrot.org/show_bug.cgi?id=940 anenni at isisw.com changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|xmmap.c noequality compile |xmmap.c noequality compile |error on DigitalUNIX 4.0F |error on Digital UNIX 4.0F |PK7 |PK7 ------- Additional Comments From anenni at isisw.com 2004-10-06 22:24 ------- With the change you suggested xmmap.c compiles w...
2004 Oct 05
2
[Bug 940] xmmap.c noequality compile error on DigitalUNIX 4.0F PK7
http://bugzilla.mindrot.org/show_bug.cgi?id=940 Summary: xmmap.c noequality compile error on DigitalUNIX 4.0F PK7 Product: Portable OpenSSH Version: 3.9p1 Platform: Alpha OS/Version: OSF/1 Status: NEW Severity: critical Priority: P2 Component: Build system AssignedTo: openssh-bugs a...
2002 Jul 25
1
[Bug 371] New: OpenSSH fails to build on Alpha True64 in cipher.c
.... (ptrmismatch) { "arcfour", SSH_CIPHER_SSH2, 8, 16, EVP_rc4 }, --------------------------------------------------------^ cc: Error: cipher.c, line 706: In this statement, "c->evptype" and "EVP_rc4" cannot be compared for equality or inequality. (noequality) if (c->evptype == EVP_rc4) { ------------^ cc: Error: cipher.c, line 721: In this statement, "c->evptype" and "EVP_rc4" cannot be compared for equality or inequality. (noequality) if (c->evptype == EVP_rc4) { ------------^ *** Exit 1 Let me know...
2007 Oct 31
26
[Bug 1386] New: OpenSSH 4.7p1 compile error in atomicio.c under Tru64 4.0f
...373) Output of ./configure and make Compilation of OpenSSH 4.7p1 fails under Tru64 4.0f. See error below. Full output of ./configure and make are attached. . . . cc: Error: atomicio.c, line 101: In this statement, "f" and "readv" cannot be compared for equality or inequality. (noequality) pfd.events = f == readv ? POLLIN : POLLOUT; ---------------------^ *** Exit 1 Stop. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.