Changes by: yura
Update of /cvs/linux-ntfs/ntfsprogs/libntfs
In directory delta357:/tmp/cvs-serv1448/libntfs
Modified Files:
gnome-vfs-module.c
Log Message:
more sparse fixes
left only endianness and this stupid problems with s64
Index: gnome-vfs-module.c
===================================================================
RCS file: /cvs/linux-ntfs/ntfsprogs/libntfs/gnome-vfs-module.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- gnome-vfs-module.c 19 Jun 2005 21:09:40 -0000 1.4
+++ gnome-vfs-module.c 12 Dec 2006 19:00:00 -0000 1.5
@@ -28,9 +28,6 @@
#include <glib/gmessages.h>
#include <glib/gutils.h> /* for g_atexit() */
-/* Filesystem-module-scope lock for _any_ libntfs access. */
-G_LOCK_DEFINE(libntfs);
-
static void vfs_module_shutdown_atexit(void);
/**
|