[Bug 1607] compile errors buliding OpenSSH for older Red Hat
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Fri Jun 12 09:17:27 EST 2009
https://bugzilla.mindrot.org/show_bug.cgi?id=1607
Darren Tucker <dtucker at zip.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dtucker at zip.com.au
--- Comment #1 from Darren Tucker <dtucker at zip.com.au> 2009-06-12 09:17:26 ---
#1 has already been fixed in -current:
$ cvs log configure.ac
[...]
revision 1.416
date: 2009/03/07 01:32:22; author: dtucker; state: Exp; lines: +3 -3
- (dtucker) [configure.ac defines.h] Check for in_port_t and typedef
if needed.
As for #2, on some platforms f_fsid is in an integral type (ulong,
usually), on others it's a struct with a member "val". The macro
handles those two cases. It sounds like you have a third case where
the structure has a member "__val", for which the existing test and
macro fail.
The configure test and macro could be extended to handle that case too,
but first check the man page for statvfs and see what type specified
for f_fsid is (it's possible we just need to include the right header).
--
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