thanks Werner
after s/colon/comma/ it makes sense
also, the ast build now provides O_CLOEXEC so the line should be

if ((fd = open(name, O_RDONLY|O_CLOEXEC) < 0)



On Fri, Oct 11, 2013 at 7:57 AM, Dr. Werner Fink <[email protected]> wrote:

> HI,
>
> I've seen this line
>
>        if((fd=open(name, O_RDONLY,O_cloexec)) < 0)
>
> in sh_checkaudit() .. maybe the colon should become a pipe character.
>
> Werner
>
> --
>   "Having a smoking section in a restaurant is like having
>           a peeing section in a swimming pool." -- Edward Burr
>
> _______________________________________________
> ast-developers mailing list
> [email protected]
> http://lists.research.att.com/mailman/listinfo/ast-developers
>
>
_______________________________________________
ast-developers mailing list
[email protected]
http://lists.research.att.com/mailman/listinfo/ast-developers

Reply via email to