dbus/bus dir-watch-dnotify.c,1.1,1.2

John Palmieri johnp at kemper.freedesktop.org
Thu Aug 10 14:00:32 PDT 2006


Update of /cvs/dbus/dbus/bus
In directory kemper:/tmp/cvs-serv11007/bus

Modified Files:
	dir-watch-dnotify.c 
Log Message:
* configure.in: make sure the compiler supports -Wfloat-equal
        
* bus/dir-watch-dnotify.c: move functional code after
  variable declerations (C99 fix)  (patches from Jens Granseuer
  <jensgr at gmx dot net>


Index: dir-watch-dnotify.c
===================================================================
RCS file: /cvs/dbus/dbus/bus/dir-watch-dnotify.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- dir-watch-dnotify.c	8 Aug 2006 22:08:39 -0000	1.1
+++ dir-watch-dnotify.c	10 Aug 2006 21:00:30 -0000	1.2
@@ -74,10 +74,10 @@
 void 
 bus_drop_all_directory_watches (void)
 {
-  _dbus_verbose ("Dropping all watches on config directories\n");
-
   int i;
-  
+ 
+  _dbus_verbose ("Dropping all watches on config directories\n");
+ 
   for (i = 0; i < num_fds; i++)
     {
       if (close (fds[i]) != 0)



More information about the dbus-commit mailing list