plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 96f54e3fff8967000ed5bd5bd4501e47d194045d
parent 4b241872ef56389e6bcf4ab602cd52989cf3151d
Author: rsc <devnull@localhost>
Date:   Mon, 26 Mar 2007 14:57:39 +0000

cope with new gcc error syntax

Diffstat:
Mbin/9l | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/9l b/bin/9l @@ -316,7 +316,7 @@ fi xtmp=/tmp/9l.$$.$USER.out xxout() { sed 's/.*: In function `[^:]*: *//' $xtmp | egrep . | - egrep -v 'is almost always misused|is dangerous, better use' + egrep -v 'is (often|almost always) misused|is dangerous, better use' rm -f $xtmp }