twarnings - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 52bba5f01e7f57a418d28d4473387e304a47a729
DIR parent 34d0c826bb2975dac5be0ffdd8db1e8d773bcd09
HTML Author: rsc <devnull@localhost>
Date: Wed, 13 Jul 2005 17:32:56 +0000
warnings
Diffstat:
M src/cmd/hist.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/src/cmd/hist.c b/src/cmd/hist.c
t@@ -73,7 +73,7 @@ void
ysearch(char *file)
{
char *ndump;
- char fil[400], buf[500], nbuf[100], pair[2][500], *p;
+ char fil[400], buf[500], nbuf[100], pair[2][500];
Tm *tm;
Dir *dir, *d;
ulong otime, dt;