diff options
Diffstat (limited to 'sysdeps/gnu/bits')
-rw-r--r-- | sysdeps/gnu/bits/utmp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/gnu/bits/utmp.h b/sysdeps/gnu/bits/utmp.h index 78d090af62..a5fabb1dd7 100644 --- a/sysdeps/gnu/bits/utmp.h +++ b/sysdeps/gnu/bits/utmp.h @@ -17,7 +17,7 @@ Boston, MA 02111-1307, USA. */ #ifndef _UTMP_H -# error "Never include <bits/utmp.h> directly; use <utmpx.h> instead." +# error "Never include <bits/utmp.h> directly; use <utmp.h> instead." #endif #include <paths.h> @@ -42,7 +42,7 @@ struct lastlog /* The structure describing the status of a terminated process. This type is used in `struct utmp' below. */ -struct __exit_status +struct exit_status { #ifdef __USE_GNU short int e_termination; /* Process termination status. */ |