]> git.pld-linux.org Git - packages/atm.git/blob - atm-OPEN_MAX.patch
- Thanks to malekith sugestion #define OPEN_MAX 1024 added to io.c
[packages/atm.git] / atm-OPEN_MAX.patch
1 diff -urN atm.orig/mpoad/io.c atm/mpoad/io.c
2 --- atm.orig/mpoad/io.c Sat Dec  5 01:43:15 1998
3 +++ atm/mpoad/io.c      Fri Jul  6 16:09:32 2001
4 @@ -26,6 +26,7 @@
5  #include "k_interf.h"
6  #include "io.h"
7  #include "get_vars.h"
8 +#define OPEN_MAX 1024
9  
10  #ifdef BROKEN_POLL
11  #include "poll2select.h"
This page took 0.0647 seconds and 3 git commands to generate.