aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/uapi/linux/ppp_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux/ppp_defs.h')
-rw-r--r--include/uapi/linux/ppp_defs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/uapi/linux/ppp_defs.h b/include/uapi/linux/ppp_defs.h
index 0039fa39a358..20286bd90ab5 100644
--- a/include/uapi/linux/ppp_defs.h
+++ b/include/uapi/linux/ppp_defs.h
@@ -148,8 +148,8 @@ struct ppp_comp_stats {
* based on the libc time_t.
*/
struct ppp_idle {
- __kernel_time_t xmit_idle; /* time since last NP packet sent */
- __kernel_time_t recv_idle; /* time since last NP packet received */
+ __kernel_old_time_t xmit_idle; /* time since last NP packet sent */
+ __kernel_old_time_t recv_idle; /* time since last NP packet received */
};
struct ppp_idle32 {