diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-06-19 18:39:25 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-06-19 18:39:25 +0800 |
commit | 5ec0b0c8dc4b9aa479f8010f7a94aa3d99b0aac5 (patch) | |
tree | 1fff81f99998e464662b39e7f515ecd2fa2480a8 /mbbsd/mbbsd.c | |
parent | 7f2af2544f444e62db177d0848928a485c0cfcf4 (diff) | |
download | pttbbs-5ec0b0c8dc4b9aa479f8010f7a94aa3d99b0aac5.tar pttbbs-5ec0b0c8dc4b9aa479f8010f7a94aa3d99b0aac5.tar.gz pttbbs-5ec0b0c8dc4b9aa479f8010f7a94aa3d99b0aac5.tar.bz2 pttbbs-5ec0b0c8dc4b9aa479f8010f7a94aa3d99b0aac5.tar.lz pttbbs-5ec0b0c8dc4b9aa479f8010f7a94aa3d99b0aac5.tar.xz pttbbs-5ec0b0c8dc4b9aa479f8010f7a94aa3d99b0aac5.tar.zst pttbbs-5ec0b0c8dc4b9aa479f8010f7a94aa3d99b0aac5.zip |
* move emaildb to standalone regmaildb
* integrate the daemon structure to daemons.h
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4671 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/mbbsd.c')
-rw-r--r-- | mbbsd/mbbsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c index 80af1426..93643dbc 100644 --- a/mbbsd/mbbsd.c +++ b/mbbsd/mbbsd.c @@ -1,7 +1,7 @@ /* $Id$ */ #include "bbs.h" #include "banip.h" -#include "logind.h" +#include "daemons.h" #include <sys/wait.h> #include <netinet/tcp.h> |