SOURCES: banshee-stat.patch (NEW) - my lame fix of ambigious Stat ...

czarny czarny at pld-linux.org
Mon Mar 20 18:30:28 CET 2006


Author: czarny                       Date: Mon Mar 20 17:30:28 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- my lame fix of ambigious Stat function (Mono.Unix i Mono.Unix.Native)

---- Files affected:
SOURCES:
   banshee-stat.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/banshee-stat.patch
diff -u /dev/null SOURCES/banshee-stat.patch:1.1
--- /dev/null	Mon Mar 20 18:30:28 2006
+++ SOURCES/banshee-stat.patch	Mon Mar 20 18:30:23 2006
@@ -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;
================================================================


More information about the pld-cvs-commit mailing list