about summary refs log tree commit diff
path: root/sysdeps/gnu/bits/utmp.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-12-05 09:18:32 +0000
committerUlrich Drepper <drepper@redhat.com>1998-12-05 09:18:32 +0000
commit69c7e1ddd555d68a0dc6ff36a831b523715e7cc2 (patch)
treef34e55fac607f464afb11e54b8c5a2f26aba2dde /sysdeps/gnu/bits/utmp.h
parent31604a65d1939a64e89b4329157cf6bbaf51bc61 (diff)
downloadglibc-69c7e1ddd555d68a0dc6ff36a831b523715e7cc2.tar.gz
glibc-69c7e1ddd555d68a0dc6ff36a831b523715e7cc2.tar.xz
glibc-69c7e1ddd555d68a0dc6ff36a831b523715e7cc2.zip
Update.
	* sysdeps/gnu/bits/utmp.h (struct exit_status): Define members
	* sysdeps/gnu/bits/utmpx.h (struct __exit_status): Likewise.
Diffstat (limited to 'sysdeps/gnu/bits/utmp.h')
-rw-r--r--sysdeps/gnu/bits/utmp.h4
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.  */