mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
dcf4cae133
PR: ports/85075 Submitted by: Matthew Luckie <mjl@luckie.org.nz> Approved by: maintainer
12 lines
209 B
C
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;
|
|
|