pkgsrc/net/IglooFTP/patches/patch-af
wiz 57f682915a Add patch for compiling with gcc-3.4.4, provided
by John R. Shannon in PR 32021.
2005-11-08 23:22:58 +00:00

17 lines
297 B
Text

$NetBSD: patch-af,v 1.1 2005/11/08 23:22:58 wiz Exp $
--- src/ftp_tree.h.orig 1999-04-15 18:05:15.000000000 +0200
+++ src/ftp_tree.h
@@ -321,10 +321,12 @@ FTP_TREE_event_handler (GtkWidget * widg
break;
default:
+ ;
}
break;
default:
+ ;
}
return FALSE;
}