1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/ftp/gftp/files/patch-af
Patrick Li 73d4d54fc8 - Update to 2.0.11
- Remove FORBIDDEN

PR:		33764
Submitted by:	Oliver Lehmann <lehmann@ans-netz.de>
2002-01-22 05:19:24 +00:00

12 lines
427 B
Plaintext

--- src/text/gftp-text.h.orig Thu Sep 20 03:10:29 2001
+++ src/text/gftp-text.h Wed Jan 2 13:59:28 2002
@@ -48,7 +48,7 @@
/* gftp-text.h */
void gftp_text_log ( gftp_logging_level level,
void *ptr,
- const char *string, ... );
+ const char *string, ... ) __attribute__((format(printf, 3, 4)));
int gftp_text_open ( gftp_request * request,
char *command,
gpointer *data );