From: czarny Date: Mon, 20 Mar 2006 17:30:23 +0000 (+0000) Subject: - my lame fix of ambigious Stat function (Mono.Unix i Mono.Unix.Native) X-Git-Tag: auto/th/banshee-0_12_1-1~18 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fbanshee.git;a=commitdiff_plain;h=2a3c98d6220d9f1826511d9b05ca22f50016f9c2 - my lame fix of ambigious Stat function (Mono.Unix i Mono.Unix.Native) Changed files: banshee-stat.patch -> 1.1 --- diff --git a/banshee-stat.patch b/banshee-stat.patch new file mode 100644 index 0000000..93e9636 --- /dev/null +++ b/banshee-stat.patch @@ -0,0 +1,12 @@ +--- banshee-0.10.8/src/Banshee.Base/ImportManager.cs.orig 2006-03-07 20:45:33.000000000 +0100 ++++ banshee-0.10.8/src/Banshee.Base/ImportManager.cs 2006-03-20 17:51:25.000000000 +0100 +@@ -31,7 +31,8 @@ + using System.IO; + using System.Threading; + using Mono.Unix; +-using Mono.Unix.Native; ++//Ambigious Stat method between Mono.Unix and Mono.Unix.Native ++//using Mono.Unix.Native; + using Gtk; + + using Banshee.Widgets;