rcolebaugh / rpms / openssh

Forked from rpms/openssh 2 years ago
Clone
9fd698
--- openssh-8.7p1/openbsd-compat/bsd-closefrom.c.orig	2022-04-12 15:47:03.815044607 +0200
9fd698
+++ openssh-8.7p1/openbsd-compat/bsd-closefrom.c	2022-04-12 15:48:12.464963511 +0200
9fd698
@@ -16,7 +16,7 @@
9fd698
 
9fd698
 #include "includes.h"
9fd698
 
03150f
-#if !defined(HAVE_CLOSEFROM) || defined(BROKEN_CLOSEFROM)
03150f
+#if !defined(HAVE_CLOSEFROM) || defined(BROKEN_CLOSEFROM) || (defined __s390__)
9fd698
 
9fd698
 #include <sys/types.h>
03150f
 #include <unistd.h>