commit-hurd
[Top][All Lists]
Advanced

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

hurd-l4 ./THANKS libl4/ChangeLog libl4/l4/types.h


From: Marcus Brinkmann
Subject: hurd-l4 ./THANKS libl4/ChangeLog libl4/l4/types.h
Date: Wed, 24 Sep 2003 10:17:04 -0400

CVSROOT:        /cvsroot/hurd
Module name:    hurd-l4
Branch:         
Changes by:     Marcus Brinkmann <address@hidden>       03/09/24 10:17:03

Modified files:
        .              : THANKS 
        libl4          : ChangeLog 
        libl4/l4       : types.h 

Log message:
        2003-09-24  Maurizio Boriani  <address@hidden>
        
        * l4/types.h (_L4_BITFIELD4): Fix macro definition.
        (_L4_BITFIELD6): Was defined twice.  The second instance is
        renamed to ...
        (_L4_BITFIELD7): ... this.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd-l4/THANKS.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd-l4/libl4/ChangeLog.diff?tr1=1.16&tr2=1.17&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd-l4/libl4/l4/types.h.diff?tr1=1.6&tr2=1.7&r1=text&r2=text

Patches:
Index: hurd-l4/THANKS
diff -u hurd-l4/THANKS:1.2 hurd-l4/THANKS:1.3
--- hurd-l4/THANKS:1.2  Sun Sep 21 14:12:46 2003
+++ hurd-l4/THANKS      Wed Sep 24 10:17:03 2003
@@ -8,6 +8,7 @@
 
 Bas Wijnen  <address@hidden>
 Marco Gerards  <address@hidden>
+Maurizio Boriani  <address@hidden>
 
 If you are not on this list because we forgot to add you, please let
 us know, so we can fix it!
Index: hurd-l4/libl4/ChangeLog
diff -u hurd-l4/libl4/ChangeLog:1.16 hurd-l4/libl4/ChangeLog:1.17
--- hurd-l4/libl4/ChangeLog:1.16        Mon Sep 22 17:11:50 2003
+++ hurd-l4/libl4/ChangeLog     Wed Sep 24 10:17:03 2003
@@ -1,3 +1,10 @@
+2003-09-24  Maurizio Boriani  <address@hidden>
+ 
+       * l4/types.h (_L4_BITFIELD4): Fix macro definition.
+       (_L4_BITFIELD6): Was defined twice.  The second instance is
+       renamed to ...
+       (_L4_BITFIELD7): ... this.
+
 2003-09-22  Marcus Brinkmann  <address@hidden>
 
        * headers.m4: Add arch-dependent files using a shell variable.
Index: hurd-l4/libl4/l4/types.h
diff -u hurd-l4/libl4/l4/types.h:1.6 hurd-l4/libl4/l4/types.h:1.7
--- hurd-l4/libl4/l4/types.h:1.6        Thu Sep 18 17:54:54 2003
+++ hurd-l4/libl4/l4/types.h    Wed Sep 24 10:17:03 2003
@@ -114,12 +114,12 @@
 #define _L4_BITFIELD2(type, bf1, bf2) type bf2; type bf1
 #define _L4_BITFIELD3(type, bf1, bf2, bf3) type bf3; type bf2; type bf1
 #define _L4_BITFIELD4(type, bf1, bf2, bf3, bf4) \
-  type bf4; type bf3; type bf2 type; type bf1
+  type bf4; type bf3; type bf2; type bf1
 #define _L4_BITFIELD5(type, bf1, bf2, bf3, bf4, bf5) \
   type bf5; type bf4; type bf3; type bf2 type; type bf1
 #define _L4_BITFIELD6(type, bf1, bf2, bf3, bf4, bf5, bf6) \
   type bf6; type bf5; type bf4; type bf3; type bf2; type bf1
-#define _L4_BITFIELD6(type, bf1, bf2, bf3, bf4, bf5, bf6, bf7) \
+#define _L4_BITFIELD7(type, bf1, bf2, bf3, bf4, bf5, bf6, bf7) \
   type bf7; type bf6; type bf5; type bf4; type bf3; type bf2; type bf1
 #else
 #error "Unsupported endianess."




reply via email to

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