diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-04-07 16:08:47 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-04-07 16:08:47 +0800 |
commit | 760f0a57d36fd3c2f30ba39f3db43fc41f8cb090 (patch) | |
tree | 53ac51d920a37ff4665138b2f1c243221f9e4e60 /util/shmctl.c | |
parent | f6a55a03f850ccb3c3a16bfba4e77bc75147f844 (diff) | |
download | pttbbs-760f0a57d36fd3c2f30ba39f3db43fc41f8cb090.tar pttbbs-760f0a57d36fd3c2f30ba39f3db43fc41f8cb090.tar.gz pttbbs-760f0a57d36fd3c2f30ba39f3db43fc41f8cb090.tar.bz2 pttbbs-760f0a57d36fd3c2f30ba39f3db43fc41f8cb090.tar.lz pttbbs-760f0a57d36fd3c2f30ba39f3db43fc41f8cb090.tar.xz pttbbs-760f0a57d36fd3c2f30ba39f3db43fc41f8cb090.tar.zst pttbbs-760f0a57d36fd3c2f30ba39f3db43fc41f8cb090.zip |
dymaxactive, toomanyusers
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@778 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util/shmctl.c')
-rw-r--r-- | util/shmctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/shmctl.c b/util/shmctl.c index 1417c2b0..2232c42d 100644 --- a/util/shmctl.c +++ b/util/shmctl.c @@ -1,4 +1,4 @@ -/* $Id: shmctl.c,v 1.36 2003/04/07 03:55:30 in2 Exp $ */ +/* $Id: shmctl.c,v 1.37 2003/04/07 08:08:47 in2 Exp $ */ #include "bbs.h" #include <sys/wait.h> @@ -337,7 +337,7 @@ int utmpnum(int argc, char **argv) return 0; } -char *GV2str[] = {"dyactive", NULL}; +char *GV2str[] = {"dymaxactive", "toomanyusers", NULL}; int showglobal(int argc, char **argv) { int i; |