Parent Directory
|
Revision Log
|
Patch
| Revision 1.25 by sysadm, Mon Jun 16 14:30:44 2025 UTC | Revision 1.27 by sysadm, Sat Jun 21 01:34:12 2025 UTC | |
|---|---|---|
| # | Line 14 | Line 14 |
| 14 | * * | * * |
| 15 | ***************************************************************************/ | ***************************************************************************/ |
| 16 | ||
| #define _POSIX_C_SOURCE 200809L | ||
| 17 | #include "init.h" | #include "init.h" |
| 18 | #include "database.h" | #include "database.h" |
| 19 | #include "bbs.h" | #include "bbs.h" |
| # | Line 23 | Line 21 |
| 21 | #include "log.h" | #include "log.h" |
| 22 | #include "io.h" | #include "io.h" |
| 23 | #include <string.h> | #include <string.h> |
| #include <strings.h> | ||
| 24 | #include <stdlib.h> | #include <stdlib.h> |
| 25 | #include <signal.h> | #include <signal.h> |
| 26 | #include <unistd.h> | #include <unistd.h> |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |