Subversion Repositories prayer

Compare Revisions

Ignore whitespace Rev 129 → Rev 130

/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/patches/series
5,3 → 5,4
template_sdk.patch
no_db_version_check.patch
ipv6_v6only.patch
hurd.patch