diff options
Diffstat (limited to 'net/IglooFTP/patches/patch-ad')
-rw-r--r-- | net/IglooFTP/patches/patch-ad | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/IglooFTP/patches/patch-ad b/net/IglooFTP/patches/patch-ad new file mode 100644 index 00000000000..9c7f6e27012 --- /dev/null +++ b/net/IglooFTP/patches/patch-ad @@ -0,0 +1,12 @@ +$NetBSD: patch-ad,v 1.1 2005/11/08 15:47:44 tv Exp $ + +--- src/local_select.h.orig 1999-04-15 12:05:15.000000000 -0400 ++++ src/local_select.h +@@ -271,7 +271,6 @@ local_compare_directories (GtkWidget * w + gchar *filename; + gchar *filesize; + char *filedate; +- extern char *strptime __P ((__const char *__s, __const char *__fmt, struct tm * __tp)); + + gtk_clist_freeze (GTK_CLIST (clist)); + gtk_clist_unselect_all (GTK_CLIST (clist)); |