[git] Assuan - branch, master, updated. libassuan-2.0.1-23-g6d96537

by Marcus Brinkmann cvs at cvs.gnupg.org
Wed Feb 2 15:38:17 CET 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPC library used by GnuPG".

The branch, master has been updated
       via  6d965377544cf369be6df9af9c92f66c73bbfbb7 (commit)
      from  1875301d3a5a61e79097e0cd20e1ef8900e7515a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6d965377544cf369be6df9af9c92f66c73bbfbb7
Author: Marcus Brinkmann <marcus.brinkmann at ruhr-uni-bochum.de>
Date:   Wed Feb 2 14:38:15 2011 +0100

    Fix C++ users.
    
    2011-02-02  Marcus Brinkmann  <mb at g10code.com>
    
            * assuan.h.in: Replace namespace by _namespace.

diff --git a/src/ChangeLog b/src/ChangeLog
index 7f0d32f..80ef2a0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,4 +1,8 @@
-2011-02-02  Marcus Brinkmann  <marcus.brinkmann at ruhr-uni-bochum.de>
+2011-02-02  Marcus Brinkmann  <mb at g10code.com>
+
+	* assuan.h.in: Replace namespace by _namespace.
+
+2011-02-02  Marcus Brinkmann  <mb at g10code.com>
 
 	* assuan-defs.h (_assuan_socket, _assuan_connect): New prototypes.
 	* assuan.h.in (ASSUAN_SYSTEM_HOOKS_VERSION): Bumped to 2.
@@ -10,6 +14,7 @@
 	_assuan_sock_connect.
 	(libassuan.def, libassuan.vers): Add __assuan_socket and
 	__assuan_connect.
+
 	* system.c (_assuan_system_hooks_copy): Initialize destination
 	from system hooks, so we don't get any NULL pointers if there is a
 	version mismatch.  Support version 2 of the system hook structure.
diff --git a/src/assuan.h.in b/src/assuan.h.in
index baf5594..9a70c56 100644
--- a/src/assuan.h.in
+++ b/src/assuan.h.in
@@ -245,7 +245,7 @@ struct assuan_system_hooks
 		    int action, int *status, int options);
   int (*socketpair) (assuan_context_t ctx, int _namespace, int style,
 		     int protocol, assuan_fd_t filedes[2]);
-  int (*socket) (assuan_context_t ctx, int namespace, int style, int protocol);
+  int (*socket) (assuan_context_t ctx, int _namespace, int style, int protocol);
   int (*connect) (assuan_context_t ctx, int sock, struct sockaddr *addr, socklen_t length);
 };
 typedef struct assuan_system_hooks *assuan_system_hooks_t;

-----------------------------------------------------------------------

Summary of changes:
 src/ChangeLog   |    7 ++++++-
 src/assuan.h.in |    2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
IPC library used by GnuPG
http://git.gnupg.org




More information about the Gnupg-commits mailing list