From 20035ed43cfd67cddd01969e155794e1e057d9e6 Mon Sep 17 00:00:00 2001 From: Shenghou Ma Date: Thu, 27 Feb 2014 23:17:47 -0500 Subject: all: DragonFly port. Fix compilation problems, libdraw still doesn't work right yet. LGTM=rsc R=rsc https://codereview.appspot.com/67820046 --- src/cmd/auxstats/DragonFly.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/cmd/auxstats/DragonFly.c (limited to 'src/cmd/auxstats') diff --git a/src/cmd/auxstats/DragonFly.c b/src/cmd/auxstats/DragonFly.c new file mode 100644 index 00000000..ec931044 --- /dev/null +++ b/src/cmd/auxstats/DragonFly.c @@ -0,0 +1,10 @@ +#include +#include +#include +#include "dat.h" + +void (*statfn[])(int) = +{ + 0 +}; + -- cgit v1.2.3