aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/auxstats/DragonFly.c
blob: ec9310447017e5215754d96967872b6d5a70f59b (plain)
1
2
3
4
5
6
7
8
9
10
#include <u.h>
#include <libc.h>
#include <bio.h>
#include "dat.h"

void (*statfn[])(int) = 
{
	0
};