summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-03-30 15:43:38 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-03-30 15:43:38 +0800
commit0257cd3c79d17e6db83736cfc6679bfe50a6607b (patch)
treec00913b9274ad643013155ff8d70e2238a965c06 /util
parentea99502577ee7cac26c4e99add0611b147f7d2ee (diff)
downloadpttbbs-0257cd3c79d17e6db83736cfc6679bfe50a6607b.tar
pttbbs-0257cd3c79d17e6db83736cfc6679bfe50a6607b.tar.gz
pttbbs-0257cd3c79d17e6db83736cfc6679bfe50a6607b.tar.bz2
pttbbs-0257cd3c79d17e6db83736cfc6679bfe50a6607b.tar.lz
pttbbs-0257cd3c79d17e6db83736cfc6679bfe50a6607b.tar.xz
pttbbs-0257cd3c79d17e6db83736cfc6679bfe50a6607b.tar.zst
pttbbs-0257cd3c79d17e6db83736cfc6679bfe50a6607b.zip
printresult() after normal terminated
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@751 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util')
-rw-r--r--util/diskstat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/diskstat.c b/util/diskstat.c
index 829613f9..d6988156 100644
--- a/util/diskstat.c
+++ b/util/diskstat.c
@@ -535,6 +535,7 @@ main(int argc, char **argv)
sleep(waittime);
}
+ printresult(0);
exit(0);
}