[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 21:14:57 AEDT 2018


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

--- Comment #2 from Alan Hourihane <alanh at fairlite.co.uk> ---
This is a 68060 running at 100MHz, and it's pretty fast. Login is a
second.

Excerpts from the config.h are here...

/* #undef HAVE_FSTATFS */
/* #undef HAVE_FSTATVFS */
/* #undef HAVE_PSTAT */
#define HAVE_STATFS 1
#define HAVE_STATVFS 1
#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
#define HAVE_STRUCT_STAT_ST_MTIM 1
#define HAVE_STRUCT_STAT_ST_MTIME 1
/* #undef HAVE_SYS_PSTAT_H */
#define HAVE_SYS_STATVFS_H 1
#define HAVE_SYS_STAT_H 1

I don't think conditionalizing it in configure.ac would be any benefit.
The tests that are already in execution do what's necessary.

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


More information about the openssh-bugs mailing list