Portablility patch for openssh 6.0p1 configure.ac

Pieter Bowman bowman at math.utah.edu
Fri May 4 00:47:03 EST 2012


The following patch corrects a portablility issue when compiling
openssh 6.0p1 on MirOS (aka. mirbsd).  The issue is:

sftp-server.c: In function `send_statvfs':
sftp-server.c:510: error: request for member `val' in something not a structure or union
sftp-server.c:510: error: request for member `val' in something not a structure or union

The patch is:

--- configure.ac.orig	2012-04-19 05:46:38.000000000 -0600
+++ configure.ac	2012-05-03 08:25:49.429260884 -0600
@@ -3236,6 +3236,7 @@
 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
 #include <sys/types.h>
 #include <sys/stat.h>
+#include <sys/param.h>
 #ifdef HAVE_SYS_TIME_H
 # include <sys/time.h>
 #endif


Thanks,

Pieter


More information about the openssh-unix-dev mailing list