[git] Assuan - branch, master, updated. libassuan-2.0.1-24-ga7e76c4

by Marcus Brinkmann cvs at cvs.gnupg.org
Wed Feb 2 15:57:43 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  a7e76c4b340045f842d936821bdc6c04bd387b9b (commit)
      from  6d965377544cf369be6df9af9c92f66c73bbfbb7 (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 a7e76c4b340045f842d936821bdc6c04bd387b9b
Author: Marcus Brinkmann <marcus.brinkmann at ruhr-uni-bochum.de>
Date:   Wed Feb 2 15:36:56 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/assuan.h.in b/src/assuan.h.in
index 9a70c56..018d5a1 100644
--- a/src/assuan.h.in
+++ b/src/assuan.h.in
@@ -472,7 +472,7 @@ int __assuan_spawn (assuan_context_t ctx, pid_t *r_pid, const char *name,
 		    void *atforkvalue, unsigned int flags);
 int __assuan_socketpair (assuan_context_t ctx, int _namespace, int style,
 			 int protocol, assuan_fd_t filedes[2]);
-int __assuan_socket (assuan_context_t ctx, int namespace, int style, int protocol);
+int __assuan_socket (assuan_context_t ctx, int _namespace, int style, int protocol);
 int __assuan_connect (assuan_context_t ctx, int sock, struct sockaddr *addr, socklen_t length);
 
 

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

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


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




More information about the Gnupg-commits mailing list