[BACK]Return to patch-rtengine_myfile_h CVS log [TXT][DIR] Up to [local] / ports / graphics / rawtherapee / patches

Annotation of ports/graphics/rawtherapee/patches/patch-rtengine_myfile_h, Revision 1.1.1.1

1.1       yason       1: $OpenBSD$
                      2: --- rtengine/myfile.h.orig     Wed Sep  7 10:56:25 2011
                      3: +++ rtengine/myfile.h  Sun Sep 11 23:50:54 2011
                      4: @@ -22,6 +22,8 @@
                      5:  #include <glib/gstdio.h>
                      6:  #include <stdio.h>
                      7:  #include <string.h>
                      8: +#undef feof
                      9: +#undef getc
                     10:  struct IMFILE {
                     11:        int fd;
                     12:        int pos;

CVSweb