stats helper
This commit is contained in:
parent
d72054aa27
commit
f0f4401f0c
10 changed files with 866 additions and 0 deletions
10
src/cmd/auxstats/OpenBSD.c
Normal file
10
src/cmd/auxstats/OpenBSD.c
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#include <u.h>
|
||||
#include <libc.h>
|
||||
#include <bio.h>
|
||||
#include "dat.h"
|
||||
|
||||
void (*statfn[])(int) =
|
||||
{
|
||||
0
|
||||
};
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue