commit-hurd
[Top][All Lists]
Advanced

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

hurd-l4/libl4 ChangeLog l4/types.h


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

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

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

Log message:
        2003-09-25  Marcus Brinkmann  <address@hidden>
        
        * l4/types.h (_L4_BITFIELD5): Fix macro definition.

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

Patches:
Index: hurd-l4/libl4/ChangeLog
diff -u hurd-l4/libl4/ChangeLog:1.17 hurd-l4/libl4/ChangeLog:1.18
--- hurd-l4/libl4/ChangeLog:1.17        Wed Sep 24 10:17:03 2003
+++ hurd-l4/libl4/ChangeLog     Wed Sep 24 20:17:36 2003
@@ -1,3 +1,7 @@
+2003-09-25  Marcus Brinkmann  <address@hidden>
+
+       * l4/types.h (_L4_BITFIELD5): Fix macro definition.
+
 2003-09-24  Maurizio Boriani  <address@hidden>
  
        * l4/types.h (_L4_BITFIELD4): Fix macro definition.
Index: hurd-l4/libl4/l4/types.h
diff -u hurd-l4/libl4/l4/types.h:1.7 hurd-l4/libl4/l4/types.h:1.8
--- hurd-l4/libl4/l4/types.h:1.7        Wed Sep 24 10:17:03 2003
+++ hurd-l4/libl4/l4/types.h    Wed Sep 24 20:17:36 2003
@@ -116,7 +116,7 @@
 #define _L4_BITFIELD4(type, bf1, bf2, bf3, bf4) \
   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
+  type bf5; type bf4; type bf3; type bf2; 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_BITFIELD7(type, bf1, bf2, bf3, bf4, bf5, bf6, bf7) \




reply via email to

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