[Pkg-samba-maint] r3149 - trunk/ctdb/debian/patches
sathieu at alioth.debian.org
sathieu at alioth.debian.org
Fri Dec 11 21:33:12 UTC 2009
Author: sathieu
Date: 2009-12-11 21:33:11 +0000 (Fri, 11 Dec 2009)
New Revision: 3149
Modified:
trunk/ctdb/debian/patches/05-hurd.diff
Log:
One small snipset missing
Modified: trunk/ctdb/debian/patches/05-hurd.diff
===================================================================
--- trunk/ctdb/debian/patches/05-hurd.diff 2009-12-11 20:44:57 UTC (rev 3148)
+++ trunk/ctdb/debian/patches/05-hurd.diff 2009-12-11 21:33:11 UTC (rev 3149)
@@ -78,9 +78,19 @@
+#if ! defined(__GNU__)
client->pid = cr.pid;
+#endif
-
+
client_pid = talloc(client, struct ctdb_client_pid_list);
if (client_pid == NULL) {
+@@ -598,7 +604,9 @@
+ return;
+ }
+ client_pid->ctdb = ctdb;
++#if ! defined(__GNU__)
+ client_pid->pid = cr.pid;
++#endif
+ client_pid->client = client;
+
+ DLIST_ADD(ctdb->client_pids, client_pid);
Index: b/common/system_gnu.c
===================================================================
--- /dev/null
More information about the Pkg-samba-maint
mailing list