bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: grep-2.5.1: bug ?? --


From: Paul Jarc
Subject: Re: grep-2.5.1: bug ?? --
Date: Mon, 14 Apr 2003 12:23:01 -0400
User-agent: Gnus/5.090018 (Oort Gnus v0.18) Emacs/21.3 (gnu/linux)

Paul Townsend <address@hidden> wrote:
> On Thu, 10 Apr 2003 11:40:00 -0400, Paul Jarc wrote:
>> Maybe this would be best:
>>   if (devices == SKIP_DEVICES && !S_ISREG(stats->stat.st_mode))
>
> I like it a lot except that can't the file can be a directory?

Ok, then:
  if (devices == SKIP_DEVIES && !S_ISREG(stats->stat.st_mode) &&
      !S_ISDIR(stats->stat.st_mode))

> FYI.  I replied to "To: address@hidden (Paul Jarc)" and the mail bounced.

That doesn't surprise me.  If you want to know why a message bounced,
read the bounce.


paul




reply via email to

[Prev in Thread] Current Thread [Next in Thread]