summaryrefslogtreecommitdiffstats
path: root/util/xchatd.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/xchatd.c')
-rw-r--r--util/xchatd.c22
1 files changed, 2 insertions, 20 deletions
diff --git a/util/xchatd.c b/util/xchatd.c
index 97cb33fe..b4aef8a6 100644
--- a/util/xchatd.c
+++ b/util/xchatd.c
@@ -1,4 +1,4 @@
-/* $Id: xchatd.c,v 1.2 2002/06/06 21:34:15 in2 Exp $ */
+/* $Id: xchatd.c,v 1.3 2003/07/20 00:55:34 in2 Exp $ */
#include "bbs.h"
#include "xchatd.h"
@@ -158,25 +158,6 @@ acct_load(acct, userid)
}
}
-
-/* ----------------------------------------------------- */
-/* str_lower for check acct */
-/* ----------------------------------------------------- */
-void
-str_lower(dst, src)
- char *dst, *src;
-{
- register int ch;
-
- do
- {
- ch = *src++;
- if (ch >= 'A' && ch <= 'Z')
- ch |= 0x20;
- *dst++ = ch;
- } while (ch);
-}
-
/*
* str_ncpy() - similar to strncpy(3) but terminates string always with '\0'
* if n != 0, and doesn't do padding
@@ -3121,6 +3102,7 @@ start_daemon()
setsid();
+ attach_SHM();
/* --------------------------------------------------- */
/* adjust the resource limit */
/* --------------------------------------------------- */