diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-01-24 22:41:19 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-01-24 22:41:19 +0800 |
commit | 22fd324e2bd55d539e9b8ec1efd80e9a7d95ba05 (patch) | |
tree | bc6cbf657abf0bf767806ec09aefff11fe95a2ff /include | |
parent | 4885e20bea293dc7c318a15c79787ab54bb630e1 (diff) | |
download | pttbbs-22fd324e2bd55d539e9b8ec1efd80e9a7d95ba05.tar pttbbs-22fd324e2bd55d539e9b8ec1efd80e9a7d95ba05.tar.gz pttbbs-22fd324e2bd55d539e9b8ec1efd80e9a7d95ba05.tar.bz2 pttbbs-22fd324e2bd55d539e9b8ec1efd80e9a7d95ba05.tar.lz pttbbs-22fd324e2bd55d539e9b8ec1efd80e9a7d95ba05.tar.xz pttbbs-22fd324e2bd55d539e9b8ec1efd80e9a7d95ba05.tar.zst pttbbs-22fd324e2bd55d539e9b8ec1efd80e9a7d95ba05.zip |
remove field "recommend" from userec_t
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@645 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/pttstruct.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h index 29984823..12054171 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -1,4 +1,4 @@ -/* $Id: pttstruct.h,v 1.27 2002/11/16 13:41:06 kcwu Exp $ */ +/* $Id: pttstruct.h,v 1.28 2003/01/24 14:41:19 in2 Exp $ */ #ifndef INCLUDE_STRUCT_H #define INCLUDE_STRUCT_H @@ -75,8 +75,7 @@ typedef struct userec_t { char mind[4]; char ident[11]; unsigned int uflag2; - time_t recommend; - char pad[68]; + char pad[72]; } userec_t; /* these are flags in userec_t.uflag */ #define SIG_FLAG 0x3 /* signature number, 2 bits */ |