The following commit has been merged in the master branch:
commit 8164af77ee71e29fdd5d90157e2d0c3e52841595
Author: Guillem Jover <[email protected]>
Date:   Tue Nov 2 21:12:08 2010 +0100

    libdpkg: Rename print_error_forked() to print_subproc_error()

diff --git a/lib/dpkg/subproc.c b/lib/dpkg/subproc.c
index d03aa97..26bd074 100644
--- a/lib/dpkg/subproc.c
+++ b/lib/dpkg/subproc.c
@@ -72,7 +72,7 @@ subproc_signals_cleanup(int argc, void **argv)
 }
 
 static void
-print_error_forked(const char *emsg, const char *contextstring)
+print_subproc_error(const char *emsg, const char *contextstring)
 {
        fprintf(stderr, _("%s (subprocess): %s\n"), thisname, emsg);
 }
@@ -99,7 +99,7 @@ subproc_fork(void)
                return r;
 
        push_cleanup(subproc_fork_cleanup, ~0, NULL, 0, 0);
-       set_error_display(print_error_forked, NULL);
+       set_error_display(print_subproc_error, NULL);
 
        return r;
 }

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to