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

Diff of /lbbs/src/menu_proc.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.24 by sysadm, Sun Jun 8 09:25:25 2025 UTC Revision 1.25 by sysadm, Mon Jun 16 14:30:44 2025 UTC
# Line 14  Line 14 
14   *                                                                         *   *                                                                         *
15   ***************************************************************************/   ***************************************************************************/
16    
17    #define _POSIX_C_SOURCE 200809L
18    
19  #include "bbs.h"  #include "bbs.h"
20  #include "bbs_cmd.h"  #include "bbs_cmd.h"
21  #include "common.h"  #include "common.h"
# Line 27  Line 29 
29  #include <errno.h>  #include <errno.h>
30  #include <signal.h>  #include <signal.h>
31  #include <string.h>  #include <string.h>
 #include <sys/types.h>  
32  #include <time.h>  #include <time.h>
33  #include <unistd.h>  #include <unistd.h>
34    #include <sys/types.h>
35    
36  int list_section(void *param)  int list_section(void *param)
37  {  {


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

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