> --- ls.c.orig 2008-05-26 02:40:32.000000000 -0400
> +++ ls.c      2008-08-04 00:20:01.000000000 -0400
> @@ -2700,7 +2700,7 @@
>                ls fail just because the file (even a command line argument)
>                isn't on the right type of file system.  I.e., a getfilecon
>                failure isn't in the same class as a stat failure.  */
> -           if (errno == ENOTSUP || errno == ENODATA)
> +           if (errno == ENOTSUP || errno == EOPNOTSUPP || errno == ENODATA)
>               err = 0;
>           }

Oh, I should have said this change is against 6.12.  The change for 6.10
is similar but a little different.

Dave
-- 
J. David Anglin                                  [EMAIL PROTECTED]
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to