<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- replex.c.orig	2007-06-19 10:30:08.000000000 +0100
+++ replex.c	2007-12-20 16:49:43.000000000 +0000
@@ -41,6 +41,10 @@
 #include "replex.h"
 #include "pes.h"
 
+#ifndef O_LARGEFILE
+#define O_LARGEFILE 0
+#endif 
+
 static int replex_all_set(struct replex *rx);
 
 void overflow_exit(struct replex *rx)
</pre></body></html>