summaryrefslogtreecommitdiff
path: root/dselect/method.cc
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2010-02-10 02:20:24 +0100
committerGuillem Jover <guillem@debian.org>2010-02-19 06:48:25 +0100
commitd6e92c09b52028007cbdf46177df0c41426a4348 (patch)
treebb59c6d05ef365ca2963692f719cba47ab1de17a /dselect/method.cc
parentf426b031ac858fa30ace69959a43b61fb40f4be9 (diff)
downloaddpkg-d6e92c09b52028007cbdf46177df0c41426a4348.tar.gz
dselect: Remove bogus falliblesubprocess prototype and make it static
Diffstat (limited to 'dselect/method.cc')
-rw-r--r--dselect/method.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dselect/method.cc b/dselect/method.cc
index d6744321f..e2e60f783 100644
--- a/dselect/method.cc
+++ b/dselect/method.cc
@@ -136,7 +136,7 @@ static enum urqresult lockmethod(void) {
return urqr_normal;
}
-urqresult
+static urqresult
falliblesubprocess(struct command *cmd)
{
pid_t c1;