diff options
-rw-r--r-- | src/include/utmps/utmpx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/utmps/utmpx.h b/src/include/utmps/utmpx.h index 4752964..cdc6a8c 100644 --- a/src/include/utmps/utmpx.h +++ b/src/include/utmps/utmpx.h @@ -37,7 +37,7 @@ struct utmpx struct timeval ut_tv ; uint32_t ut_addr_v6[4] ; - char __unused[20] ; + char _dummy[20] ; } ; #define ut_name ut_user |