Ticket #2476 (closed defect: duplicate)

Opened 13 years ago

Last modified 13 years ago

ftpfs doesn't work on NetBSD

Reported by: cheusov Owned by:
Priority: major Milestone:
Component: mc-vfs Version:
Keywords: NetBSD ftpfs Cc:
Blocked By: Blocking:
Branch state: Votes for changeset:

Description

Incorrect value is passed to 3nd argument of getaddrinfo(3).
As a result it exits with error under NetBSD thus breaking ftpfs.
Patch is in attachment.

If you really want to hardcode AI_ADDRCONFIG=0x20 on old versions of uClibc
consider using UCLIBC_MAJOR, UCLIBC_MINOR and UCLIBC_SUBLEVEL
(if they work), or just UCLIBC.

Attachments

patch-ab (384 bytes) - added by cheusov 13 years ago.

Change History

Changed 13 years ago by cheusov

comment:1 Changed 13 years ago by andrew_b

  • Milestone changed from Future Releases to 4.8

Related to #2401.

comment:2 Changed 13 years ago by zaytsev

  • Status changed from new to closed
  • Version 4.7.5 deleted
  • Resolution set to duplicate
  • Milestone 4.8 deleted
Note: See TracTickets for help on using tickets.