The following commit has been merged in the master branch:
commit d6e92c09b52028007cbdf46177df0c41426a4348
Author: Guillem Jover <[email protected]>
Date:   Wed Feb 10 02:20:24 2010 +0100

    dselect: Remove bogus falliblesubprocess prototype and make it static

diff --git a/dselect/dselect.h b/dselect/dselect.h
index 92ff6ea..fee948d 100644
--- a/dselect/dselect.h
+++ b/dselect/dselect.h
@@ -179,7 +179,4 @@ typedef urqresult urqfunction(void);
 urqfunction urq_list, urq_quit, urq_menu;
 urqfunction urq_setup, urq_update, urq_install, urq_config, urq_remove;
 
-urqresult falliblesubprocess(const char *exepath, const char *name,
-                             const char *const *args);
-
 #endif /* DSELECT_H */
diff --git a/dselect/method.cc b/dselect/method.cc
index d674432..e2e60f7 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;

-- 
dpkg's main repository


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

Reply via email to