/[hurd]/hurd-l4/libhurd-cap-server/class-init.c
ViewVC logotype

Diff of /hurd-l4/libhurd-cap-server/class-init.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by neal, Fri Jan 7 10:27:50 2005 UTC revision 1.6 by neal, Wed Jan 12 10:33:39 2005 UTC
# Line 99  hurd_cap_class_init_untyped (hurd_cap_cl Line 99  hurd_cap_class_init_untyped (hurd_cap_cl
99    
100    /* The alignment requirements must be a power of 2.  */    /* The alignment requirements must be a power of 2.  */
101    assert ((alignment & (alignment - 1)) == 0    assert ((alignment & (alignment - 1)) == 0
102            || ! __func__ ": requested alignment not a power of 2");            || ! "hurd_cap_class_init_untyped: "
103              "requested alignment not a power of 2");
104    
105    /* Find the smallest alignment requirement common to the user object    /* Find the smallest alignment requirement common to the user object
106       and a struct hurd_cap_obj.  Since both are required to be a power       and a struct hurd_cap_obj.  Since both are required to be a power

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26