On Thu, 04 Mar 2010 22:14:37 +0100 Oliver Kiddle wrote:
> The following comes from Petr Salinger <[email protected]>, see
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=537246

> ksh apparently fails to build on Debian GNU/kFreeBSD. It needs better
> detection of utimensat() availability. The patch below fixes this. The
> patch was for the 2009-05-05 version but applies on 2010-03-01 too. I'd
> appreciate if you could apply this.

> +     #ifdef __stub_utimensat
> +     #error only stub variant available
> +     #endif

I'm loathe to rely on system/implementation specific guard macros

please tell me the runtime call to utimensat() fails by returning -1

_______________________________________________
ast-users mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-users

Reply via email to