about summary refs log tree commit diff
path: root/hurd/report-wait.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-12-29 10:38:16 +0000
committerRoland McGrath <roland@gnu.org>2005-12-29 10:38:16 +0000
commit8ad684db49bf9dc109c409cac38f744e3fa260c7 (patch)
tree85546bf32fa60dcf4fbb2b8b6bce9c3c313c3cb1 /hurd/report-wait.c
parentfc0c638f9d70a8436e060922159f94049884ecf9 (diff)
downloadglibc-8ad684db49bf9dc109c409cac38f744e3fa260c7.tar.gz
glibc-8ad684db49bf9dc109c409cac38f744e3fa260c7.tar.xz
glibc-8ad684db49bf9dc109c409cac38f744e3fa260c7.zip
* sysdeps/posix/libc_fatal.c (__libc_message): Add a const, a cast.
	* hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Fix cast.
	* hurd/report-wait.c (_S_msg_report_wait): Likewise.

	* include/sys/xattr.h: New file.
Diffstat (limited to 'hurd/report-wait.c')
-rw-r--r--hurd/report-wait.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/report-wait.c b/hurd/report-wait.c
index da0ca3bdb2..296b2eec42 100644
--- a/hurd/report-wait.c
+++ b/hurd/report-wait.c
@@ -140,7 +140,7 @@ _S_msg_report_wait (mach_port_t msgport, thread_t thread,
 	  error_t err;
 
 	  err = __thread_get_state (thread, MACHINE_THREAD_STATE_FLAVOR,
-				    (integer_t *) &state, &count);
+				    (natural_t *) &state, &count);
 	  if (err)
 	    return err;
 	  assert (count == MACHINE_THREAD_STATE_COUNT);