September 2025 | ||||||
Mo | Tu | We | Th | Fr | Sa | Su |
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 1 | 2 | 3 | 4 | 5 |
6 | 7 | 8 | 9 | 10 | 11 | 12 |
01: #ifndef _NET_PPP_DEFS_H 02: #define _NET_PPP_DEFS_H 1 03: 04: #define __need_time_t 05: #include <time.h> 06: 07: #include <asm/types.h> 08: #include <linux/ppp_defs.h> 09: 10: #endif /* net/ppp_defs.h */ 11: