search for: fsid_to_ulong

Displaying 1 result from an estimated 1 matches for "fsid_to_ulong".

2009 Jun 11
8
[Bug 1607] New: compile errors buliding OpenSSH for older Red Hat
...ly be easily fixed in the configuration script. (1) My version of /usr/include/netinet/in.h did not define in_port_t, causing compiler to fail on channels.c line 2472. Worked around by changing in_port_t to uint16_t on that line. (2) sftp-server.c line 507 buffer_put_int64(&msg, FSID_TO_ULONG(st->f_fsid)); got "incompatible type" error. FSID_HAS_VAL was not defined: checking if f_fsid has val members... no causing FSID_TO_ULONG to be defined in defines.h: # define FSID_TO_ULONG(f) ((f)) but I don't see how this could work---was it inte...