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

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