tags 417320 + patch thanks Hi,
Attached is the diff for my launchtool 0.7-1.1 NMU. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega <[EMAIL PROTECTED]>
diff -Nru launchtool-0.7/debian/changelog launchtool-0.7/debian/changelog --- launchtool-0.7/debian/changelog 2003-02-07 11:17:55.000000000 -0500 +++ launchtool-0.7/debian/changelog 2008-03-09 01:18:03.000000000 -0500 @@ -1,3 +1,10 @@ +launchtool (0.7-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Include proper headers to fix FTBFS with gcc-4.3. (Closes: #417320) + + -- James Vega <[EMAIL PROTECTED]> Sun, 09 Mar 2008 01:18:01 -0500 + launchtool (0.7-1) unstable; urgency=low * New upstream release (now compiles with gcc 3.2) Closes: bug#179796 diff -Nru /tmp/kkD4kpgWt1/launchtool-0.7/src/common/ChildProcess.cc /tmp/4B8q6lAsl0/launchtool-0.7/src/common/ChildProcess.cc --- launchtool-0.7/src/common/ChildProcess.cc 2003-02-07 11:10:10.000000000 -0500 +++ launchtool-0.7/src/common/ChildProcess.cc 2008-03-09 01:45:47.000000000 -0500 @@ -14,6 +14,7 @@ #include <pwd.h> // getpw* #include <grp.h> // getgr*, initgroups #include <errno.h> +#include <cstdlib> // malloc, free, realloc #undef LOGTAG #define LOGTAG "ChildProcess" diff -Nru /tmp/kkD4kpgWt1/launchtool-0.7/src/common/Config.cc /tmp/4B8q6lAsl0/launchtool-0.7/src/common/Config.cc --- launchtool-0.7/src/common/Config.cc 2003-02-07 11:12:25.000000000 -0500 +++ launchtool-0.7/src/common/Config.cc 2008-03-09 01:47:08.000000000 -0500 @@ -10,6 +10,7 @@ #include <stdio.h> #include <unistd.h> // access #include <errno.h> // errno +#include <cstdlib> using namespace std; using namespace stringf; diff -Nru /tmp/kkD4kpgWt1/launchtool-0.7/src/common/stringf.cc /tmp/4B8q6lAsl0/launchtool-0.7/src/common/stringf.cc --- launchtool-0.7/src/common/stringf.cc 2003-02-03 14:24:04.000000000 -0500 +++ launchtool-0.7/src/common/stringf.cc 2008-03-09 01:44:43.000000000 -0500 @@ -2,6 +2,7 @@ #include "stringf.h" +#include <cstdlib> #include <stdio.h> #include <stdarg.h> diff -Nru /tmp/kkD4kpgWt1/launchtool-0.7/src/launchtool.cc /tmp/4B8q6lAsl0/launchtool-0.7/src/launchtool.cc --- launchtool-0.7/src/launchtool.cc 2003-02-03 14:23:58.000000000 -0500 +++ launchtool-0.7/src/launchtool.cc 2008-03-09 01:50:54.000000000 -0500 @@ -32,6 +32,7 @@ #include <execinfo.h> #include <sys/wait.h> // Exit status check functions #include <ctype.h> +#include <strings.h> #include <string> #include <vector> diff -Nru /tmp/kkD4kpgWt1/launchtool-0.7/src/LaunchtoolCfg.cc /tmp/4B8q6lAsl0/launchtool-0.7/src/LaunchtoolCfg.cc --- launchtool-0.7/src/LaunchtoolCfg.cc 2003-02-03 14:23:56.000000000 -0500 +++ launchtool-0.7/src/LaunchtoolCfg.cc 2008-03-09 01:49:09.000000000 -0500 @@ -1,6 +1,8 @@ #include "LaunchtoolCfg.h" #include <signal.h> // Kill constants +#include <sys/types.h> +#include <sys/stat.h> using namespace std; diff -Nru /tmp/kkD4kpgWt1/launchtool-0.7/src/LaunchtoolCfg.h /tmp/4B8q6lAsl0/launchtool-0.7/src/LaunchtoolCfg.h --- launchtool-0.7/src/LaunchtoolCfg.h 2003-02-03 14:23:57.000000000 -0500 +++ launchtool-0.7/src/LaunchtoolCfg.h 2008-03-09 01:49:42.000000000 -0500 @@ -4,6 +4,7 @@ #include <string> #include <vector> #include <set> +#include <sys/types.h> // Singleton configuration data for this launchtool class Cfg diff -Nru /tmp/kkD4kpgWt1/launchtool-0.7/src/test.cc /tmp/4B8q6lAsl0/launchtool-0.7/src/test.cc --- launchtool-0.7/src/test.cc 2003-02-03 14:23:58.000000000 -0500 +++ launchtool-0.7/src/test.cc 2008-03-09 01:51:31.000000000 -0500 @@ -5,6 +5,7 @@ #include <errno.h> #include <Exception.h> #include <popt.h> +#include <cstring> #define VERSION "1.0"
signature.asc
Description: Digital signature

