1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/net/gaim-openq/files/patch-src-send_file.h
Renato Botelho dcf4cae133 - Unbreak it on 4.x
PR:		ports/85075
Submitted by:	Matthew Luckie <mjl@luckie.org.nz>
Approved by:	maintainer
2005-08-30 17:09:41 +00:00

12 lines
209 B
C

--- 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;