diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-01-01 01:40:52 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-01-01 01:40:52 +0800 |
commit | ce591a73e5bafcf08b93da768b8c76c5e824f599 (patch) | |
tree | 416921f99fdfb349e7f0a6655cae28e1e87d67c7 /mbbsd/cache.c | |
parent | 5507859f58d2a4dd6ff14f441c5c0f51ed4c5928 (diff) | |
download | pttbbs-ce591a73e5bafcf08b93da768b8c76c5e824f599.tar pttbbs-ce591a73e5bafcf08b93da768b8c76c5e824f599.tar.gz pttbbs-ce591a73e5bafcf08b93da768b8c76c5e824f599.tar.bz2 pttbbs-ce591a73e5bafcf08b93da768b8c76c5e824f599.tar.lz pttbbs-ce591a73e5bafcf08b93da768b8c76c5e824f599.tar.xz pttbbs-ce591a73e5bafcf08b93da768b8c76c5e824f599.tar.zst pttbbs-ce591a73e5bafcf08b93da768b8c76c5e824f599.zip |
make gcc33 happy
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@592 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/cache.c')
-rw-r--r-- | mbbsd/cache.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/cache.c b/mbbsd/cache.c index 1289dd51..f8cc453f 100644 --- a/mbbsd/cache.c +++ b/mbbsd/cache.c @@ -1,4 +1,4 @@ -/* $Id: cache.c,v 1.53 2002/11/16 13:41:07 kcwu Exp $ */ +/* $Id: cache.c,v 1.54 2002/12/31 17:40:51 in2 Exp $ */ #include "bbs.h" #ifndef __FreeBSD__ @@ -324,7 +324,7 @@ u_namearray(char buf[][IDLEN + 1], int *pnum, char *tag) /*-------------------------------------------------------*/ #if !defined(_BBS_UTIL_C_) void -setutmpmode(int mode) +setutmpmode(unsigned int mode) { if (currstat != mode) currutmp->mode = currstat = mode; |