summaryrefslogtreecommitdiffstats
path: root/extra/gpsbabel/struct.patch
diff options
context:
space:
mode:
authorsibel <lesibel at free dot fr>2010-06-24 18:15:18 +0200
committersibel <lesibel at free dot fr>2010-06-24 18:15:18 +0200
commita0409a01404a1efe5ade4c06384131e7c8a87777 (patch)
treee93a7c3fdfab85b28c2c4265a41cef8af5506cab /extra/gpsbabel/struct.patch
parent439ed425551bca75c27081d47296bbe7f7e20028 (diff)
downloadnutyx-extra-a0409a01404a1efe5ade4c06384131e7c8a87777.tar.gz
nutyx-extra-a0409a01404a1efe5ade4c06384131e7c8a87777.tar.bz2
nutyx-extra-a0409a01404a1efe5ade4c06384131e7c8a87777.tar.xz
nutyx-extra-a0409a01404a1efe5ade4c06384131e7c8a87777.zip
gpsbabel, déplacé dans test
Diffstat (limited to 'extra/gpsbabel/struct.patch')
-rw-r--r--extra/gpsbabel/struct.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/extra/gpsbabel/struct.patch b/extra/gpsbabel/struct.patch
deleted file mode 100644
index 41d6695a5..000000000
--- a/extra/gpsbabel/struct.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- gpsbabel-1.2.8-beta20060219/defs.h 2006-01-24 07:30:53.000000000 -0800
-+++ gpsbabel-1.2.8-beta20060219-new/defs.h 2006-03-17 21:31:18.000000000 -0800
-@@ -407,7 +407,7 @@
- * All shortname functions take a shortname handle as the first arg.
- * This is an opaque pointer. Callers must not fondle the contents of it.
- */
--typedef struct short_handle * short_handle;
-+typedef struct short_handle_ * short_handle;
- #ifndef DEBUG_MEM
- char *mkshort (short_handle, const char *);
- void *mkshort_new_handle(void);