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

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

grep: patch for compiler error on BeOS


From: Scott Dellinger
Subject: grep: patch for compiler error on BeOS
Date: Mon, 11 Nov 2002 16:12:28 -0500 (EST)

The conditional compilation fix for DJGPP in grep 2.5 that performs all
the special file type checks except S_ISSOCK() needs to be include the
same check for compilation on BeOS as well, since BeOS also does not have
unix sockets (and therefore no S_ISSOCK() macro exists, resulting in a
compiler error).  Attached is a context diff against grep 2.5 of this
one-line change.  With it in place, grep compiles without error and seems
to fully run as expected.


-- 
Scott Dellinger
Systems Analyst,
James Madison University Technical Services
address@hidden

Attachment: grep-2.5-beos-fix.diff
Description: Text document


reply via email to

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