Re: [patch] S_ISDIR() check in yacc TMPDIR

2016-06-21 Thread Theo de Raadt
> Sending this to tech list as suggested by mmcc@... > > The yacc(1) manual mentions TMPDIR is an extension. > The following patch re-factors the checks around TMPDIR. > This adds an explicit check for TMPDIR-is-a-directory. > With this patch applied, yacc can more reliably determine when it >

[patch] S_ISDIR() check in yacc TMPDIR

2016-06-21 Thread Michael W. Bombardieri
Hello, Sending this to tech list as suggested by mmcc@... The yacc(1) manual mentions TMPDIR is an extension. The following patch re-factors the checks around TMPDIR. This adds an explicit check for TMPDIR-is-a-directory. With this patch applied, yacc can more reliably determine when it should