[Pkg-samba-maint] r2964 - in trunk/samba-gtk: common debian tools

jelmer at alioth.debian.org jelmer at alioth.debian.org
Sat Jul 18 17:37:29 UTC 2009


Author: jelmer
Date: 2009-07-18 17:37:27 +0000 (Sat, 18 Jul 2009)
New Revision: 2964

Modified:
   trunk/samba-gtk/common/gtk_events.c
   trunk/samba-gtk/debian/changelog
   trunk/samba-gtk/tools/gwcrontab.c
   trunk/samba-gtk/tools/gwsam.c
Log:
merge new upstream version.

Modified: trunk/samba-gtk/common/gtk_events.c
===================================================================
--- trunk/samba-gtk/common/gtk_events.c	2009-07-18 16:25:12 UTC (rev 2963)
+++ trunk/samba-gtk/common/gtk_events.c	2009-07-18 17:37:27 UTC (rev 2964)
@@ -297,7 +297,7 @@
   do a single event loop
 */
 
-static int gtk_event_loop_once(struct event_context *ev,
+static int gtk_event_loop_once(struct tevent_context *ev,
 			       const char *location)
 {
 	/*
@@ -327,7 +327,7 @@
   return with 0
 */
 
-static int gtk_event_loop_wait(struct event_context *ev,
+static int gtk_event_loop_wait(struct tevent_context *ev,
 			       const char *location)
 {
 	/*

Modified: trunk/samba-gtk/debian/changelog
===================================================================
--- trunk/samba-gtk/debian/changelog	2009-07-18 16:25:12 UTC (rev 2963)
+++ trunk/samba-gtk/debian/changelog	2009-07-18 17:37:27 UTC (rev 2964)
@@ -1,4 +1,4 @@
-samba-gtk (0.0.1~bzr62-1) experimental; urgency=low
+samba-gtk (0.0.1~bzr63-1) experimental; urgency=low
 
   * Initial release. (Closes: #413822)
 

Modified: trunk/samba-gtk/tools/gwcrontab.c
===================================================================
--- trunk/samba-gtk/tools/gwcrontab.c	2009-07-18 16:25:12 UTC (rev 2963)
+++ trunk/samba-gtk/tools/gwcrontab.c	2009-07-18 17:37:27 UTC (rev 2964)
@@ -28,6 +28,7 @@
 #include "common/select.h"
 #include <credentials.h>
 #include <param.h>
+#include <tevent.h>
 #include <util/debug.h>
 
 static struct dcerpc_pipe *at_pipe = NULL;

Modified: trunk/samba-gtk/tools/gwsam.c
===================================================================
--- trunk/samba-gtk/tools/gwsam.c	2009-07-18 16:25:12 UTC (rev 2963)
+++ trunk/samba-gtk/tools/gwsam.c	2009-07-18 17:37:27 UTC (rev 2964)
@@ -28,6 +28,7 @@
 #include "common/gtk-smb.h"
 #include <credentials.h>
 #include <param.h>
+#include <tevent.h>
 #include <util/debug.h>
 
 struct policy_handle sam_handle;




More information about the Pkg-samba-maint mailing list