[Bug 2818] Atari FreeMiNT platform needs patch to openbsd-compat

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Wed Jan 10 17:49:07 AEDT 2018


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

--- Comment #1 from Darren Tucker <dtucker at dtucker.net> ---
Comment on attachment 3112
  --> https://bugzilla.mindrot.org/attachment.cgi?id=3112
FreeMiNT patch

I don't follow what this is fixing.  It has <sys/statvfs.h> but not
statvfs() ?  Could you please show the relevant #defines from config.h
on this platform?

Also m68k seriously?  How long does a login take?

> 	/* as defined in IEEE Std 1003.1, 2004 Edition */
>+#if ((!defined(HAVE_STATVFS) && defined(HAVE_STATFS)) || \
>+     (!defined(HAVE_FSTATVFS) && defined(HAVE_FSTATFS)))
> struct statvfs {

If you need to conditionalize this struct I think configure should
explicitly check for it, not try to infer it from other definitions.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list