summaryrefslogtreecommitdiff
path: root/rpmio/rpmsq.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2003-03-20 23:42:05 +0000
committerjbj <devnull@localhost>2003-03-20 23:42:05 +0000
commit96cd0c2e288fa8ca561ad814265bc2138a80ddaa (patch)
tree8c3939312d025ed2db8e0822023e340252546d30 /rpmio/rpmsq.c
parent97ec1053c9290e6f43e661be733ba08e3b1175b5 (diff)
downloadlibrpm-tizen-96cd0c2e288fa8ca561ad814265bc2138a80ddaa.tar.gz
librpm-tizen-96cd0c2e288fa8ca561ad814265bc2138a80ddaa.tar.bz2
librpm-tizen-96cd0c2e288fa8ca561ad814265bc2138a80ddaa.zip
Make sure that $(RPM_BUILD_ROOT}/usr/lib is 1st libarry searched.
Bump popt version. CVS patchset: 6710 CVS date: 2003/03/20 23:42:05
Diffstat (limited to 'rpmio/rpmsq.c')
-rw-r--r--rpmio/rpmsq.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/rpmio/rpmsq.c b/rpmio/rpmsq.c
index 51cdfb2b5..fafa0d65d 100644
--- a/rpmio/rpmsq.c
+++ b/rpmio/rpmsq.c
@@ -112,10 +112,12 @@ fprintf(stderr, " Remove(%p): %p\n", ME(), sq);
if (sq->pipes[1]) close(sq->pipes[1]);
if (sq->pipes[0]) close(sq->pipes[0]);
sq->pipes[0] = sq->pipes[1] = -1;
+#ifdef NOTYET /* rpmpsmWait debugging message needs */
sq->reaper = 1;
sq->status = 0;
sq->reaped = 0;
sq->child = 0;
+#endif
ret = sigrelse(SIGCHLD);
}
}