SunOS fixes (thanks Aram Hăvărneanu)

R=rsc, rsc
http://codereview.appspot.com/4271084
This commit is contained in:
Russ Cox 2011-05-17 18:48:42 -04:00
parent 4e247f10fa
commit af0dea4531
5 changed files with 97 additions and 97 deletions

2
bin/9c
View file

@ -46,7 +46,7 @@ quiet()
grep -v '__p9l_autolib_' $1 |
egrep -v "$ignore" |
sed 's/ .first use in this function.$//; s/\"\([^\"][^\"]*\)\", line \([0-9][0-9]*\)/\1:\2/g' |
uniq 1>&2
$(which uniq) 1>&2 # avoid built-in uniq on SunOS
}
useclang()