diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-06-26 22:36:07 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-06-26 22:36:07 +0800 |
commit | d101df5b847972842a23330b5b878706ef3c3972 (patch) | |
tree | cd13cece088c44bf8ac7ba958f98f24c72d736be /include/pttstruct.h | |
parent | 752b60256c8660ceab56893d3232a58a22af6060 (diff) | |
download | pttbbs-d101df5b847972842a23330b5b878706ef3c3972.tar pttbbs-d101df5b847972842a23330b5b878706ef3c3972.tar.gz pttbbs-d101df5b847972842a23330b5b878706ef3c3972.tar.bz2 pttbbs-d101df5b847972842a23330b5b878706ef3c3972.tar.lz pttbbs-d101df5b847972842a23330b5b878706ef3c3972.tar.xz pttbbs-d101df5b847972842a23330b5b878706ef3c3972.tar.zst pttbbs-d101df5b847972842a23330b5b878706ef3c3972.zip |
remove nuser from SHM
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@363 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/pttstruct.h')
-rw-r--r-- | include/pttstruct.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h index 7b93c515..d570bc57 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -1,4 +1,4 @@ -/* $Id: pttstruct.h,v 1.20 2002/06/26 01:54:39 in2 Exp $ */ +/* $Id: pttstruct.h,v 1.21 2002/06/26 14:36:07 in2 Exp $ */ #ifndef INCLUDE_STRUCT_H #define INCLUDE_STRUCT_H @@ -328,7 +328,6 @@ typedef struct { time_t Btouchtime; int Bnumber; int Bbusystate; - short nusers[MAX_BOARD]; char gap2[1024]; /* avoid some memory error / buffer overflow */ /* pttcache */ |