summaryrefslogtreecommitdiff
path: root/net/IglooFTP/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'net/IglooFTP/patches/patch-ac')
-rw-r--r--net/IglooFTP/patches/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/IglooFTP/patches/patch-ac b/net/IglooFTP/patches/patch-ac
new file mode 100644
index 00000000000..c15d33c222f
--- /dev/null
+++ b/net/IglooFTP/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2005/11/08 15:47:44 tv Exp $
+
+--- src/protos.h.orig 1999-04-15 12:05:15.000000000 -0400
++++ src/protos.h
+@@ -132,7 +132,7 @@ char PANEL_FOCUS;
+
+
+ /* EXTERN */
+-extern char *strptime __P ((__const char *__s, __const char *__fmt, struct tm * __tp));
++extern char *strptime (const char *__s, const char *__fmt, struct tm * __tp);
+
+
+