Re: zsh-beta

2009-05-29 Thread Samuel Thibault
Barry deFreese, le Thu 28 May 2009 11:18:03 -0400, a écrit : > _GNU_SOURCE is defined but I don't think that brings in __USE_MISC, > right? It should, see features.h: _GNU_SOURCE makes _SVID_SOURCE defined to 1, which makes __USE_MISC defined to 1. Samuel -- To UNSUBSCRIBE, email to debian-hur

Re: zsh-beta

2009-05-28 Thread Barry deFreese
Samuel Thibault wrote: Barry deFreese, le Wed 27 May 2009 23:09:29 -0400, a écrit : This block of code in Src/cond.c seems to be the initial issue with zsh-beta: Yes it is. #if defined(GET_ST_MTIME_NSEC) && defined(GET_ST_ATIME_NSEC) if (!(st = gets

Re: zsh-beta

2009-05-28 Thread Samuel Thibault
Barry deFreese, le Wed 27 May 2009 23:09:29 -0400, a écrit : > This block of code in Src/cond.c seems to be the initial issue with > zsh-beta: Yes it is. > #if defined(GET_ST_MTIME_NSEC) && defined(GET_ST_ATIME_NSEC) > if (!(st = getstat(left))) >

zsh-beta

2009-05-27 Thread Barry deFreese
Hi folks, This block of code in Src/cond.c seems to be the initial issue with zsh-beta: 1. #if defined(GET_ST_MTIME_NSEC) && defined(GET_ST_ATIME_NSEC) 2. if (!(st = getstat(left))) 3. return 1; 4. return (st->st_