[Bsd-sharp-cvs] CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/files by tmclau02

noreply at forge.novell.com noreply at forge.novell.com
Mon Jan 2 20:33:55 MST 2006


CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/files by tmclau02

Modified Files:
	patch-mono_metadata_filewatcher.c 
Log Message:
Update to 1.1.12.1

Release notes:	http://go-mono.com/archive/1.1.12/

Submitted by:	Phililp Neumann (1.1.11 update)


===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/files/patch-mono_metadata_filewatcher.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/files/patch-mono_metadata_filewatcher.c	2005/11/15 03:09:58	1.5
+++ /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/files/patch-mono_metadata_filewatcher.c	2006/01/03 03:33:55	1.6
@@ -1,6 +1,6 @@
---- mono/metadata/filewatcher.c.orig	Wed Jun  1 06:25:57 2005
-+++ mono/metadata/filewatcher.c	Wed Jun  1 06:27:17 2005
-@@ -97,9 +97,6 @@
+--- mono/metadata/filewatcher.c.orig	Thu Dec  1 18:51:19 2005
++++ mono/metadata/filewatcher.c	Sun Dec 18 01:54:10 2005
+@@ -99,9 +99,6 @@
  gint
  ves_icall_System_IO_FSW_SupportsFSW (void)
  {
@@ -9,10 +9,10 @@
 -#else
  	GModule *fam_module;
  	gchar *filename;
+ 	int lib_used = 4; /* gamin */
+@@ -119,13 +116,19 @@
+ 	}
  
-@@ -109,13 +106,19 @@
- 	fam_module = g_module_open (filename, G_MODULE_BIND_LAZY);
- 	g_free (filename);
  	if (fam_module == NULL)
 -		return 0;
 +		goto nofam;
@@ -22,7 +22,7 @@
 -		return 0;
 +		goto nofam;
  
- 	return 2;
+ 	return lib_used;
 +
 + nofam:
 +#if HAVE_KQUEUE



More information about the Bsd-sharp-cvs mailing list