]> git.pld-linux.org Git - packages/gAVR.git/commitdiff
- orphaned, outdated
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 21 Apr 2006 23:40:35 +0000 (23:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gAVR-sparc.patch -> 1.4
    gAVR-typo_fix.patch -> 1.2

gAVR-sparc.patch [deleted file]
gAVR-typo_fix.patch [deleted file]

diff --git a/gAVR-sparc.patch b/gAVR-sparc.patch
deleted file mode 100644 (file)
index 8e34762..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- gAVR-0.4/src/main.c.orig   2004-09-30 13:21:31.000000000 +0200
-+++ gAVR-0.4/src/main.c        2004-09-30 13:22:24.000000000 +0200
-@@ -28,7 +28,10 @@
- #include <stdlib.h>
- #include <string.h>
-+#ifndef __sparc__
- #include <sys/io.h>
-+#endif
-+
- #include "avr-isp.h"
- #include "gui.h"
diff --git a/gAVR-typo_fix.patch b/gAVR-typo_fix.patch
deleted file mode 100644 (file)
index e75f674..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- gAVR-0.3/src/avr-isp.cc.orig       2004-09-11 19:46:10.000000000 +0200
-+++ gAVR-0.3/src/avr-isp.cc    2004-09-11 19:46:33.000000000 +0200
-@@ -363,7 +363,7 @@
- {
-    hexdata *hexfile;
-    unsigned char data[128 * 2];
--   int index = 0,;
-+   int index = 0;
-    long filesize, writtenbytes = 0L;
-    int page, pagesize, nrBytes;
-    
This page took 0.107474 seconds and 4 git commands to generate.