Bug#507216: pdsh: Correct include for ARG_MAX

2008-12-01 Thread Brian Pellin
On Fri, Nov 28, 2008 at 8:55 PM, James Westby <[EMAIL PROTECTED]> wrote: > src/pdsh/xpopen.c include limits.h and states that it is for > the definition of ARG_MAX, when ARG_MAX is declared in > linux/limits.h. > > Ubuntu's compiler is more strict about this, so it causes a > build failure there. T

Bug#507216: pdsh: Correct include for ARG_MAX

2008-11-28 Thread James Westby
Package: pdsh Version: 2.16-1 Severity: normal Tags: patch User: [EMAIL PROTECTED] Usertags: origin-ubuntu jaunty ubuntu-patch Hi, src/pdsh/xpopen.c include limits.h and states that it is for the definition of ARG_MAX, when ARG_MAX is declared in linux/limits.h. Ubuntu's compiler is more strict