From 1f327401f2e181780937aa3f6c479376ff787f3f Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 23 Oct 2013 00:46:34 +0200 Subject: [PATCH] ctdb_client.h: fix build on AIX by removing C++-style comments Reported by John P Janosik Signed-off-by: Michael Adam --- include/ctdb_client.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/ctdb_client.h b/include/ctdb_client.h index c8c37da8..c270783e 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 { -- 2.34.1