[Bug 1607] compile errors buliding OpenSSH for older Red Hat

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Sat Jun 13 02:55:13 EST 2009


https://bugzilla.mindrot.org/show_bug.cgi?id=1607





--- Comment #4 from Adam Beneschan <adam at irvine.com>  2009-06-13 02:55:12 ---
Sorry, the patch didn't work, but I think it's because the code to
check for this in the configuration said "struct fsid_t t;", and fsid_t
isn't a struct on this system, but a typedef.  If you remove the
"struct" it will probably work.  I tried compiling a small C program
myself that did the same check, trying to set t.__val[0], and it worked
without the "struct".

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list