Parent Directory
|
Revision Log
|
Patch
| Revision 1.33 by sysadm, Tue Nov 4 14:58:56 2025 UTC | Revision 1.34 by sysadm, Wed Nov 5 04:19:21 2025 UTC | |
|---|---|---|
| # | Line 20 | Line 20 |
| 20 | #include <sys/stat.h> | #include <sys/stat.h> |
| 21 | #include <sys/types.h> | #include <sys/types.h> |
| 22 | ||
| 23 | #define CONF_DELIM_WITH_SPACE " \t\r\n" | static const char CONF_DELIM_WITH_SPACE[] = " \t\r\n"; |
| 24 | ||
| 25 | int init_daemon(void) | int init_daemon(void) |
| 26 | { | { |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |