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 | 4673ae2814ec3524d2ab37b48d4e697dcf0386eb (patch) | |
tree | a9ee83f102acf988c3459b12ac6b2a9952a254df | |
parent | a976d079af330afea7fea17b41124509475afa58 (diff) | |
download | pttbbs-4673ae2814ec3524d2ab37b48d4e697dcf0386eb.tar pttbbs-4673ae2814ec3524d2ab37b48d4e697dcf0386eb.tar.gz pttbbs-4673ae2814ec3524d2ab37b48d4e697dcf0386eb.tar.bz2 pttbbs-4673ae2814ec3524d2ab37b48d4e697dcf0386eb.tar.lz pttbbs-4673ae2814ec3524d2ab37b48d4e697dcf0386eb.tar.xz pttbbs-4673ae2814ec3524d2ab37b48d4e697dcf0386eb.tar.zst pttbbs-4673ae2814ec3524d2ab37b48d4e697dcf0386eb.zip |
remove nuser from SHM
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@363 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | pttbbs/include/pttstruct.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pttbbs/include/pttstruct.h b/pttbbs/include/pttstruct.h index 7b93c515..d570bc57 100644 --- a/pttbbs/include/pttstruct.h +++ b/pttbbs/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 */ |