/trunk/debian/patches/hurd.patch |
0,0 → 1,13 |
--- a/lib/setproctitle.h |
+++ b/lib/setproctitle.h |
@@ -8,7 +8,9 @@ |
|
#include <sys/param.h> |
|
-#ifdef __linux__ |
+#if defined(__GNU__) |
+# define SPT_TYPE SPT_CHANGEARGV |
+#elif defined(__linux__) |
# define SPT_TYPE SPT_REUSEARGV |
# define SPT_PADCHAR '\0' /* pad process title with nulls */ |
#elif (defined(BSD) && BSD >= 199306) |
/trunk/debian/changelog |
4,8 → 4,10 |
(Closes: #607559). |
* dlopen_templates.patch: Add missing #include "dlopen_templates.h" to |
servers/prayer_shared.h. |
* hurd.patch (new): Use the SPT_CHANGEARGV implementation of |
setproctitle() on the Hurd. |
|
-- Magnus Holmgren <holmgren@debian.org> Sun, 27 Mar 2011 19:52:06 +0200 |
-- Magnus Holmgren <holmgren@debian.org> Sun, 27 Mar 2011 20:45:00 +0200 |
|
prayer (1.3.3-dfsg1-3ubuntu1) natty; urgency=low |
|