From 2b81abb32732241aa613fd0757e632f2ab12a038 Mon Sep 17 00:00:00 2001 From: dobrek Date: Fri, 6 Jul 2001 14:11:27 +0000 Subject: [PATCH] - Thanks to malekith sugestion #define OPEN_MAX 1024 added to io.c Changed files: atm-OPEN_MAX.patch -> 1.2 --- atm-OPEN_MAX.patch | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/atm-OPEN_MAX.patch b/atm-OPEN_MAX.patch index 9306518..870e245 100644 --- a/atm-OPEN_MAX.patch +++ b/atm-OPEN_MAX.patch @@ -1,10 +1,11 @@ ---- atm/mpoad/io.c~ Tue Jan 18 22:33:07 2000 -+++ atm/mpoad/io.c Sat Nov 4 04:17:12 2000 -@@ -5,6 +5,7 @@ - #include /* for strerror() */ - #include - #include -+#include /* for OPEN_MAX */ - #include /* for OPEN_MAX */ - #if __GLIBC__ >= 2 - #include +diff -urN atm.orig/mpoad/io.c atm/mpoad/io.c +--- atm.orig/mpoad/io.c Sat Dec 5 01:43:15 1998 ++++ atm/mpoad/io.c Fri Jul 6 16:09:32 2001 +@@ -26,6 +26,7 @@ + #include "k_interf.h" + #include "io.h" + #include "get_vars.h" ++#define OPEN_MAX 1024 + + #ifdef BROKEN_POLL + #include "poll2select.h" -- 2.43.0