bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GNU Mach HEAD


From: Joachim Nilsson
Subject: GNU Mach HEAD
Date: Thu, 13 Jun 2002 23:15:34 +0200
User-agent: Mutt/1.3.99i

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   <joachim.nilsson@vmlinux.org>
+46-(0)21-123348  <http://www.vmlinux.org/joachim/>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]