summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-07-01 00:06:19 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-07-01 00:06:19 +0800
commite8ee20d0539ed33a782a233b3369f61aa9184ee0 (patch)
tree7c1e2f84ea17b045727da48fdeb1d8312ab377be /util
parent500b0ab4db34def7362be0c4270dc59750c140ab (diff)
downloadpttbbs-e8ee20d0539ed33a782a233b3369f61aa9184ee0.tar
pttbbs-e8ee20d0539ed33a782a233b3369f61aa9184ee0.tar.gz
pttbbs-e8ee20d0539ed33a782a233b3369f61aa9184ee0.tar.bz2
pttbbs-e8ee20d0539ed33a782a233b3369f61aa9184ee0.tar.lz
pttbbs-e8ee20d0539ed33a782a233b3369f61aa9184ee0.tar.xz
pttbbs-e8ee20d0539ed33a782a233b3369f61aa9184ee0.tar.zst
pttbbs-e8ee20d0539ed33a782a233b3369f61aa9184ee0.zip
fix �Q�j/���Q�j
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@394 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util')
-rw-r--r--util/poststat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/poststat.c b/util/poststat.c
index 9ae3b477..acd4aed4 100644
--- a/util/poststat.c
+++ b/util/poststat.c
@@ -1,4 +1,4 @@
-/* $Id: poststat.c,v 1.3 2002/06/06 21:34:14 in2 Exp $ */
+/* $Id: poststat.c,v 1.4 2002/06/30 16:06:19 in2 Exp $ */
/* ²Î­p¤µ¤é¡B¶g¡B¤ë¡B¦~¼öªù¸ÜÃD */
#include "bbs.h"
@@ -325,6 +325,7 @@ int main(argc, argv)
time_t now;
struct tm *ptime;
+ attach_SHM();
if (argc < 2)
{
printf("Usage:\t%s bbshome [day]\n", argv[0]);