fix INSTALL warnings

R=rsc
http://codereview.appspot.com/6258060
This commit is contained in:
Russ Cox 2012-05-29 15:11:14 -04:00
parent e42c27297a
commit 5d03af6557
7 changed files with 12 additions and 7 deletions

View file

@ -89,7 +89,7 @@ $SLIB: $LIBOFILES
acid:D: lumpcache.acid
cat $prereq >$target
$O.conf:D: conf.rc
$O.conf:DQ: conf.rc
{
echo '#!/usr/local/plan9/bin/rc'
echo '# THIS FILE IS AUTOMATICALLY GENERATED'

View file

@ -11,7 +11,8 @@ usage(void)
threadexitsall("usage");
}
static void
/* unused */
void
rdarena(Arena *arena, u64int offset)
{
u64int a, aa, e;