You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
348 B
13 lines
348 B
2 years ago
|
--- openssh-8.7p1/openbsd-compat/bsd-closefrom.c.orig 2022-04-12 15:47:03.815044607 +0200
|
||
|
+++ openssh-8.7p1/openbsd-compat/bsd-closefrom.c 2022-04-12 15:48:12.464963511 +0200
|
||
|
@@ -16,7 +16,7 @@
|
||
|
|
||
|
#include "includes.h"
|
||
|
|
||
|
-#ifndef HAVE_CLOSEFROM
|
||
|
+#if (!defined HAVE_CLOSEFROM) || (defined __s390__)
|
||
|
|
||
|
#include <sys/types.h>
|
||
|
#include <sys/param.h>
|
||
|
|