Ticket #13664: patch-replex.c

File patch-replex.c, 306 bytes (added by macosforge@…, 16 years ago)
Line 
1--- replex.c.orig       2007-06-19 10:30:08.000000000 +0100
2+++ replex.c    2007-12-20 16:49:43.000000000 +0000
3@@ -41,6 +41,10 @@
4 #include "replex.h"
5 #include "pes.h"
6 
7+#ifndef O_LARGEFILE
8+#define O_LARGEFILE 0
9+#endif
10+
11 static int replex_all_set(struct replex *rx);
12 
13 void overflow_exit(struct replex *rx)