diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2008-01-05 11:53:43 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2008-01-05 11:53:43 +0000 |
commit | aa4bc5db797cf8d4df55fb3f4a8f4d1affda883f (patch) | |
tree | 8b5a449c420d42edccff933af669a24cace1d91f | |
parent | 09f798d5343c0441e0bada9644850dad2d1a69e9 (diff) | |
download | ports-aa4bc5db797cf8d4df55fb3f4a8f4d1affda883f.tar.gz ports-aa4bc5db797cf8d4df55fb3f4a8f4d1affda883f.zip |
Notes
-rw-r--r-- | devel/urjtag/files/patch-src__cmd__eraseflash.c | 11 | ||||
-rw-r--r-- | devel/urjtag/files/patch-src__cmd__flashmem.c | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/devel/urjtag/files/patch-src__cmd__eraseflash.c b/devel/urjtag/files/patch-src__cmd__eraseflash.c new file mode 100644 index 000000000000..ad29f5a0d844 --- /dev/null +++ b/devel/urjtag/files/patch-src__cmd__eraseflash.c @@ -0,0 +1,11 @@ +--- src/cmd/eraseflash.c.orig Sat Jan 5 11:42:34 2008 ++++ src/cmd/eraseflash.c Sat Jan 5 11:42:45 2008 +@@ -29,7 +29,7 @@ + #include <string.h> + + #include "jtag.h" +-#include "flash.h" ++#include "../../include/flash.h" + + #include "cmd.h" + diff --git a/devel/urjtag/files/patch-src__cmd__flashmem.c b/devel/urjtag/files/patch-src__cmd__flashmem.c new file mode 100644 index 000000000000..eebcee0964d1 --- /dev/null +++ b/devel/urjtag/files/patch-src__cmd__flashmem.c @@ -0,0 +1,11 @@ +--- src/cmd/flashmem.c.orig Sat Jan 5 11:42:17 2008 ++++ src/cmd/flashmem.c Sat Jan 5 11:42:27 2008 +@@ -29,7 +29,7 @@ + #include <string.h> + + #include "jtag.h" +-#include "flash.h" ++#include "../../include/flash.h" + + #include "cmd.h" + |