summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-06-18 19:02:04 +0800
committerwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-06-18 19:02:04 +0800
commit6045e05d295df3923fd63417094adbcc9018100e (patch)
tree85a100eabeef0143795c3fd776ddf83956091cb4 /util
parent543b073969ef2257953e5362f1a558dd23323140 (diff)
downloadpttbbs-6045e05d295df3923fd63417094adbcc9018100e.tar
pttbbs-6045e05d295df3923fd63417094adbcc9018100e.tar.gz
pttbbs-6045e05d295df3923fd63417094adbcc9018100e.tar.bz2
pttbbs-6045e05d295df3923fd63417094adbcc9018100e.tar.lz
pttbbs-6045e05d295df3923fd63417094adbcc9018100e.tar.xz
pttbbs-6045e05d295df3923fd63417094adbcc9018100e.tar.zst
pttbbs-6045e05d295df3923fd63417094adbcc9018100e.zip
fix not able to fix uhash
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2850 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util')
-rw-r--r--util/uhash_loader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/uhash_loader.c b/util/uhash_loader.c
index 3ab48b27..a484e5ed 100644
--- a/util/uhash_loader.c
+++ b/util/uhash_loader.c
@@ -38,7 +38,7 @@ void load_uhash(void) {
#else
0600 |
#endif
- IPC_CREAT | IPC_EXCL);
+ );
if( shmid < 0 ){
perror("shmget");