diff options
Diffstat (limited to 'include/utmpx.h')
-rw-r--r-- | include/utmpx.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/utmpx.h b/include/utmpx.h index 44b501d3..9e5cc955 100644 --- a/include/utmpx.h +++ b/include/utmpx.h @@ -14,8 +14,7 @@ extern "C" { #include <bits/alltypes.h> -struct utmpx -{ +struct utmpx { short ut_type; pid_t ut_pid; char ut_line[32]; |