summaryrefslogtreecommitdiffstats
path: root/include/pttstruct.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pttstruct.h')
-rw-r--r--include/pttstruct.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h
index 0f7e6d9c..b88ac772 100644
--- a/include/pttstruct.h
+++ b/include/pttstruct.h
@@ -1,4 +1,4 @@
-/* $Id: pttstruct.h,v 1.15 2002/06/07 11:01:03 in2 Exp $ */
+/* $Id: pttstruct.h,v 1.16 2002/06/19 13:34:23 lwms Exp $ */
#ifndef INCLUDE_STRUCT_H
#define INCLUDE_STRUCT_H
@@ -115,7 +115,7 @@ typedef struct boardheader_t {
void *parent;
int childcount; /* 有多少個child */
int nuser; /* 多少人在這板 */
- void *u; /* 放版友 linked list用 */
+ void *u; /* 放板友 linked list用 */
char pad3[88];
} boardheader_t;
@@ -226,7 +226,7 @@ typedef struct userinfo_t {
int friend_online[MAX_FRIEND]; /* point到線上好友 utmpshm的位置 */
/* 好友比較的cache 前兩個bit是狀態 */
int reject[MAX_REJECT];
- void *nextbfriend; /* 用來做版友的linked list */
+ void *nextbfriend; /* 用來做板友的linked list */
int idoffset; /* shm id上的 offset */
int lock;
int friendtotal; /* 好友比較的cache 大小 */