diff options
Diffstat (limited to 'src/cmd/auxstats/SunOS.c')
-rw-r--r-- | src/cmd/auxstats/SunOS.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cmd/auxstats/SunOS.c b/src/cmd/auxstats/SunOS.c index ec931044..33ebdedc 100644 --- a/src/cmd/auxstats/SunOS.c +++ b/src/cmd/auxstats/SunOS.c @@ -3,8 +3,7 @@ #include <bio.h> #include "dat.h" -void (*statfn[])(int) = +void (*statfn[])(int) = { 0 }; - |