diff options
author | lesibel <lesibel@free.fr> | 2009-11-10 14:43:57 +0100 |
---|---|---|
committer | lesibel <lesibel@free.fr> | 2009-11-10 14:43:57 +0100 |
commit | d066b53fd127b21a7edb339b4b0e3c993932ce95 (patch) | |
tree | 47e24c1b810df9573fee86c2fb3e9f099414c6c4 /extra/gpsbabel/struct.patch | |
parent | dad5816b072c335fda889187e2dddb675adf67b9 (diff) | |
download | nutyx-extra-d066b53fd127b21a7edb339b4b0e3c993932ce95.tar.gz nutyx-extra-d066b53fd127b21a7edb339b4b0e3c993932ce95.tar.bz2 nutyx-extra-d066b53fd127b21a7edb339b4b0e3c993932ce95.tar.xz nutyx-extra-d066b53fd127b21a7edb339b4b0e3c993932ce95.zip |
Ajout de gpsbabel#1.3.6-1
Diffstat (limited to 'extra/gpsbabel/struct.patch')
-rw-r--r-- | extra/gpsbabel/struct.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/gpsbabel/struct.patch b/extra/gpsbabel/struct.patch new file mode 100644 index 000000000..41d6695a5 --- /dev/null +++ b/extra/gpsbabel/struct.patch @@ -0,0 +1,11 @@ +--- 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); |