[BACK]Return to patch-src_openocd_c CVS log [TXT][DIR] Up to [local] / ports / devel / openocd / patches

Annotation of ports/devel/openocd/patches/patch-src_openocd_c, Revision 1.1.1.1

1.1       yason       1: $OpenBSD$
                      2: --- src/openocd.c.orig Wed May 27 13:07:35 2009
                      3: +++ src/openocd.c      Wed May 27 13:08:45 2009
                      4: @@ -59,7 +59,9 @@
                      5:  #ifdef _WIN32
                      6:  #include <malloc.h>
                      7:  #else
                      8: +#ifndef __OpenBSD__
                      9:  #include <alloca.h>
                     10: +#endif /* __OpenBSD__ */
                     11:  #endif
                     12:
                     13:  #include "replacements.h"

CVSweb