diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-09-10 18:05:12 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-09-10 18:05:12 +0800 |
commit | 0a50f91422cc78e215c541d08dbf30fdeb91477c (patch) | |
tree | 9b09fa98181fe6ef345109eb0c279d3628889c09 /common/bbs | |
parent | 78a17f4498134b9db1fc95e7be14798422475475 (diff) | |
parent | f115309f094fb58ce49a14a24d58144aa13d3e5c (diff) | |
download | pttbbs-0a50f91422cc78e215c541d08dbf30fdeb91477c.tar pttbbs-0a50f91422cc78e215c541d08dbf30fdeb91477c.tar.gz pttbbs-0a50f91422cc78e215c541d08dbf30fdeb91477c.tar.bz2 pttbbs-0a50f91422cc78e215c541d08dbf30fdeb91477c.tar.lz pttbbs-0a50f91422cc78e215c541d08dbf30fdeb91477c.tar.xz pttbbs-0a50f91422cc78e215c541d08dbf30fdeb91477c.tar.zst pttbbs-0a50f91422cc78e215c541d08dbf30fdeb91477c.zip |
* make pwcu branch as trunk.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4826 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'common/bbs')
-rw-r--r-- | common/bbs/cache.c | 3 | ||||
-rw-r--r-- | common/bbs/passwd.c | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/common/bbs/cache.c b/common/bbs/cache.c index 1166a85b..a23326bd 100644 --- a/common/bbs/cache.c +++ b/common/bbs/cache.c @@ -27,7 +27,10 @@ // these cannot be used! #define currutmp YOU_FAILED #define usernum YOU_FAILED +#undef cuser +#undef cuser_ref #define cuser YOU_FAILED +#define cuser_ref YOU_FAILED #define abort_bbs YOU_FAILED #define log_usies YOU_FAILED diff --git a/common/bbs/passwd.c b/common/bbs/passwd.c index 3e55d4d2..71d995d9 100644 --- a/common/bbs/passwd.c +++ b/common/bbs/passwd.c @@ -23,7 +23,10 @@ // these cannot be used! #define currutmp YOU_FAILED #define usernum YOU_FAILED +#undef cuser +#undef cuser_ref #define cuser YOU_FAILED +#define cuser_ref YOU_FAILED #define abort_bbs YOU_FAILED #define log_usies YOU_FAILED |