aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/auxstats/OpenBSD.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-04-23 05:12:11 +0000
committerrsc <devnull@localhost>2004-04-23 05:12:11 +0000
commitf0f4401f0cfc654646bdf21849627ebcbd5d82b5 (patch)
tree037270d81e83f96e788914a298c45bf4b5768f33 /src/cmd/auxstats/OpenBSD.c
parentd72054aa270d6f3d539e830ef9892138a255872a (diff)
downloadplan9port-f0f4401f0cfc654646bdf21849627ebcbd5d82b5.tar.gz
plan9port-f0f4401f0cfc654646bdf21849627ebcbd5d82b5.tar.bz2
plan9port-f0f4401f0cfc654646bdf21849627ebcbd5d82b5.zip
stats helper
Diffstat (limited to 'src/cmd/auxstats/OpenBSD.c')
-rw-r--r--src/cmd/auxstats/OpenBSD.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/cmd/auxstats/OpenBSD.c b/src/cmd/auxstats/OpenBSD.c
new file mode 100644
index 00000000..ec931044
--- /dev/null
+++ b/src/cmd/auxstats/OpenBSD.c
@@ -0,0 +1,10 @@
+#include <u.h>
+#include <libc.h>
+#include <bio.h>
+#include "dat.h"
+
+void (*statfn[])(int) =
+{
+ 0
+};
+