From 69c7e1ddd555d68a0dc6ff36a831b523715e7cc2 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 5 Dec 1998 09:18:32 +0000 Subject: Update. * sysdeps/gnu/bits/utmp.h (struct exit_status): Define members * sysdeps/gnu/bits/utmpx.h (struct __exit_status): Likewise. --- sysdeps/gnu/bits/utmp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps/gnu') 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 directly; use instead." +# error "Never include directly; use instead." #endif #include @@ -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. */ -- cgit v1.2.3