summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2008-11-24 06:25:52 +0200
committerGuillem Jover <guillem@debian.org>2008-12-05 09:21:16 +0200
commitf29e54ab5ccf99376dfb3a9ac824ea795c260e10 (patch)
tree21537b270b8570600d105b3ed47fc4bbee42fbc9 /ChangeLog
parentac3a40d18a1f4dfbfa35fc92774a81cdf0aa1991 (diff)
downloaddpkg-f29e54ab5ccf99376dfb3a9ac824ea795c260e10.tar.gz
libdpkg: Move subprocess related functions from mlib.c to subproc.c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b7414a741..722b63a43 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2008-12-05 Guillem Jover <guillem@debian.org>
+ * lib/mlib.c: Remove <sys/wait.h> include.
+ (checksubprocerr, waitsubproc): Move to ...
+ * lib/subproc.c (checksubprocerr, waitsubproc): ... here.
+ Include <sys/types.h> and <sys/wait.h>.
+
+2008-12-05 Guillem Jover <guillem@debian.org>
+
* lib/mlib.c (checksubprocerr): Split unrelated conditionals for n
and PROCPIPE.