diff options
Diffstat (limited to 'net/gaim-openq/files/patch-src-send_file.h')
-rw-r--r-- | net/gaim-openq/files/patch-src-send_file.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/gaim-openq/files/patch-src-send_file.h b/net/gaim-openq/files/patch-src-send_file.h new file mode 100644 index 000000000000..961316f49502 --- /dev/null +++ b/net/gaim-openq/files/patch-src-send_file.h @@ -0,0 +1,11 @@ +--- src/send_file.h.orig Thu Aug 18 18:49:04 2005 ++++ src/send_file.h Thu Aug 18 17:55:56 2005 +@@ -40,7 +40,7 @@ + union { + FILE *dest_fp; + guint8 *buffer; +- }; ++ } un; + gboolean use_major; + } ft_info; + |