[Da-tools-commits] ./debian/dchroot-dsa r35: Patch by Michael Bank to make it build on hurd: define PATH_MAX if it isn't already

Peter Palfrader peter at palfrader.org
Thu Sep 25 21:26:44 UTC 2008


------------------------------------------------------------
revno: 35
committer: Peter Palfrader <peter at palfrader.org>
branch nick: dchroot-dsa
timestamp: Thu 2008-09-25 23:26:44 +0200
message:
  Patch by Michael Bank to make it build on hurd: define PATH_MAX if it isn't already
modified:
  dchroot.c
  debian/changelog
-------------- next part --------------
=== modified file 'dchroot.c'
--- a/dchroot.c	2006-01-22 14:39:24 +0000
+++ b/dchroot.c	2008-09-25 21:26:44 +0000
@@ -35,6 +35,10 @@
 #include "dchroot.h"
 #include "config.h"
 
+#ifndef PATH_MAX
+#define PATH_MAX 4096
+#endif
+
 #define CONFFILE "/etc/dchroot.conf"
 
 /* Permit programs other than the shell to be executed */

=== modified file 'debian/changelog'
--- a/debian/changelog	2008-01-26 11:48:19 +0000
+++ b/debian/changelog	2008-09-25 21:26:44 +0000
@@ -1,3 +1,10 @@
+dchroot-dsa (2:1.2) stable; urgency=low
+
+  * Patch by Michael Bank to make it build on hurd: define PATH_MAX
+    if it isn't already.
+
+ -- Peter Palfrader <weasel at debian.org>  Thu, 25 Sep 2008 23:26:04 +0200
+
 dchroot-dsa (2:1.1) stable; urgency=low
 
   [ Stephen Gran ]



More information about the Da-tools-commits mailing list