Ticket #6907: mythtranscode.replex.patch

File mythtranscode.replex.patch, 343 bytes (added by Raymond Wagner <raymond@…>, 16 years ago)
  • replex.c

     
    4141#include "replex.h"
    4242#include "pes.h"
    4343
     44#ifdef __FreeBSD__
     45#define O_LARGEFILE 0
     46#endif
     47
    4448static int replex_all_set(struct replex *rx);
    4549
    4650void overflow_exit(struct replex *rx)