/[LeafOK_CVS]/lbbs/src/init.c
ViewVC logotype

Diff of /lbbs/src/init.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch 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  {  {


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1