plan9port

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

commit d8cc5c05020a18cbb4d6845e9ed196f39a3c6aa4
parent 9801d5e566203cb283488deefd6dff5382194c0e
Author: rsc <devnull@localhost>
Date:   Mon, 26 Jun 2006 00:29:46 +0000

shut up gcc

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' + egrep -v 'is almost always misused|is dangerous, better use' rm -f $xtmp }