Aníbal Monsalve Salazar wrote:
On Fri, Mar 11, 2005 at 01:16:38PM -0500, Barry deFreese wrote:
Package: attr
Version: 2.4.21-1
Typical non-POSIX PATH_MAX issue. I have a patch here, though it is not
ideal.
diff -urp setfattr.org/setfattr.c setfattr/setfattr.c
--- setfattr.org/setfattr.c 2005-03-11 07:49:57.000000000 -0500
+++ setfattr/setfattr.c 2005-03-11 07:50:32.000000000 -0500
@@ -33,6 +33,10 @@
#include "config.h"
#include "misc.h"
+#ifndef PATH_MAX
+# define PATH_MAX 4096
+#endif
+
#define CMD_LINE_OPTIONS "n:x:v:h"
#define CMD_LINE_SPEC1 "{-n name} [-v value] [-h] file..."
#define CMD_LINE_SPEC2 "{-x name} [-h] file..."
Thank you,
Barry deFreese (aka bddebian)
DD wannabe
Is this bug still an issue? Do you have an updated patch?
I would like to send it upstream.
Anibal,
Actually no, it looks like we are up to date so you can probably close
this bug.
Thank you,
Barry deFreese
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]