[Pkg-gnupg-commit] [libassuan] 31/437: The last log had an incorrect changelog entry, and was missing a fix.

Eric Dorland eric at moszumanska.debian.org
Fri May 22 05:33:19 UTC 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository libassuan.

commit 09e2199a5394b339192d163ccc2e09660331c6ce
Author: Marcus Brinkmann <mb at g10code.com>
Date:   Wed Dec 19 00:20:55 2001 +0000

    The last log had an incorrect changelog entry, and was missing a fix.
    
    2001-12-14  Marcus Brinkmann  <marcus at g10code.de>
    
    	* assuan-connect.c (assuan_pipe_connect): New argument
    	FD_CHILD_LIST.  Don't close those fds.
    	* assuan.h: Likewise for prototype.
---
 src/ChangeLog | 6 +++---
 src/assuan.h  | 4 +---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/src/ChangeLog b/src/ChangeLog
index 911fa98..dbf5f43 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,8 +1,8 @@
 2001-12-14  Marcus Brinkmann  <marcus at g10code.de>
 
-	* assuan-buffer.c (_assuan_read_line): New variable ATTICLEN, use
-	it to save the length of the attic line.
-	Rediddle the code a bit to make it more clear what happens.
+	* assuan-connect.c (assuan_pipe_connect): New argument
+	FD_CHILD_LIST.  Don't close those fds.
+	* assuan.h: Likewise for prototype.
 
 2001-12-14  Werner Koch  <wk at gnupg.org>
 
diff --git a/src/assuan.h b/src/assuan.h
index a4f887f..cddc98c 100644
--- a/src/assuan.h
+++ b/src/assuan.h
@@ -147,7 +147,7 @@ void assuan_deinit_pipe_server (ASSUAN_CONTEXT ctx);
 
 /*-- assuan-connect.c --*/
 AssuanError assuan_pipe_connect (ASSUAN_CONTEXT *ctx, const char *name,
-                                 char *const argv[]);
+                                 char *const argv[], int *fd_child_list);
 void assuan_pipe_disconnect (ASSUAN_CONTEXT ctx);
 pid_t assuan_get_pid (ASSUAN_CONTEXT ctx);
 
@@ -191,5 +191,3 @@ const char *assuan_strerror (AssuanError err);
 }
 #endif
 #endif /*ASSUAN_H*/
-
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/libassuan.git



More information about the Pkg-gnupg-commit mailing list