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

--- Comment #1 from Darren Tucker <[email protected]> ---
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.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to