The branch, master has been updated
via 1f327401f2e181780937aa3f6c479376ff787f3f (commit)
from a3d63a9db89d08bb284b3b3a6db773422f21b477 (commit)
http://gitweb.samba.org/?p=ctdb.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 1f327401f2e181780937aa3f6c479376ff787f3f
Author: Michael Adam <[email protected]>
Date: Wed Oct 23 00:46:34 2013 +0200
ctdb_client.h: fix build on AIX by removing C++-style comments
Reported by John P Janosik <[email protected]>
Signed-off-by: Michael Adam <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
include/ctdb_client.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Changeset truncated at 500 lines:
diff --git a/include/ctdb_client.h b/include/ctdb_client.h
index c8c37da..c270783 100644
--- a/include/ctdb_client.h
+++ b/include/ctdb_client.h
@@ -481,8 +481,8 @@ struct ctdb_uptime {
ctdb_control_tcp_addr structure instead
*/
struct ctdb_control_tcp {
- struct sockaddr_in src; // samba uses this
- struct sockaddr_in dest;// samba uses this
+ struct sockaddr_in src; /* samba uses this */
+ struct sockaddr_in dest; /* samba uses this */
};
/* new style structure */
struct ctdb_control_tcp_addr {
--
CTDB repository