diff options
Diffstat (limited to 'include/pttstruct.h')
-rw-r--r-- | include/pttstruct.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h index b91741e0..7b93c515 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -1,4 +1,4 @@ -/* $Id: pttstruct.h,v 1.19 2002/06/26 01:12:24 in2 Exp $ */ +/* $Id: pttstruct.h,v 1.20 2002/06/26 01:54:39 in2 Exp $ */ #ifndef INCLUDE_STRUCT_H #define INCLUDE_STRUCT_H @@ -115,7 +115,7 @@ typedef struct boardheader_t { void *parent; int childcount; /* ���h�֭�child */ int nuser; /* �h�֤H�b�o�O */ - void *u; /* ��O�� linked list�� */ + char pad5[4]; /* original void *u */ time_t endgamble; char pad3[84]; } boardheader_t; @@ -224,13 +224,13 @@ typedef struct userinfo_t { char birth; /* �O�_�O�ͤ� Ptt*/ char tty[11]; /* tty port */ int friend[MAX_FRIEND]; - int friend_online[MAX_FRIEND]; /* point��u�W�n�� utmpshm����m */ - /* �n�ͤ����cache �e���bit�O���A */ + int friend_online[MAX_FRIEND];/* point��u�W�n�� utmpshm����m */ + /* �n�ͤ����cache �e���bit�O���A */ int reject[MAX_REJECT]; - void *nextbfriend; /* �ΨӰ��O�ͪ�linked list */ - int idoffset; /* shm id�W�� offset */ + char pad[4]; /* original void *nextbfriend; */ + int idoffset; /* shm id�W�� offset */ int lock; - int friendtotal; /* �n�ͤ����cache �j�p */ + int friendtotal; /* �n�ͤ����cache �j�p */ unsigned char msgcount; msgque_t msgs[MAX_MSGS]; time_t uptime; |