Hello,

ds_routines.c needs mach_msg_number_t defined somewhere due
to the changes mentioned in the latest ChangeLog. Otherwise
it doesn't build.

Something like this helps, 

diff -u -r1.3 message.h
--- message.h   24 Oct 1998 08:54:03 -0000      1.3
+++ message.h   13 Jun 2002 21:11:07 -0000
@@ -133,6 +133,7 @@
 
 typedef unsigned int mach_msg_bits_t;
 typedef unsigned int mach_msg_size_t;
+typedef unsigned int mach_msg_number_t;
 typedef natural_t mach_msg_seqno_t;
 typedef integer_t mach_msg_id_t;


Regards
 /Joachim

-- 
Joachim Nilsson   <[EMAIL PROTECTED]>
+46-(0)21-123348  <http://www.vmlinux.org/joachim/>

_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd

Reply via email to