Hi,
I corrected my mistake.
Thank you always.

Regards
Shigio

2015-09-05 0:46 GMT+09:00 Simon D. <[email protected]>:

> Hi, Shigio.
>
> The line:
>
>     if (st.st_mode == S_IFIFO || st.st_mode == S_IFCHR || st.st_mode ==
> S_IFBLK) {
>
> in getdirs() [find.c] should be:
>
>     if (S_ISFIFO(st.st_mode) || S_ISCHR(st.st_mode) ||
> S_ISBLK(st.st_mode)) {
>
>
> Simon Dommett
> _______________________________________________
> Bug-global mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/bug-global
>



-- 
Shigio YAMAGUCHI <[email protected]>
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3
_______________________________________________
Bug-global mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-global

Reply via email to