Parent Directory
|
Revision Log
|
Patch
| Revision 1.55 by sysadm, Sat Jun 21 02:15:18 2025 UTC | Revision 1.56 by sysadm, Sun Jun 29 03:09:39 2025 UTC | |
|---|---|---|
| # | Line 213 int bbsnet_connect(int n) | Line 213 int bbsnet_connect(int n) |
| 213 | int tos; | int tos; |
| 214 | char remote_addr[IP_ADDR_LEN]; | char remote_addr[IP_ADDR_LEN]; |
| 215 | int remote_port; | int remote_port; |
| 216 | time_t t_used; | time_t t_used = time(NULL); |
| 217 | struct tm *tm_used; | struct tm *tm_used; |
| 218 | int ch; | int ch; |
| 219 |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |