/[hurd]/hurd-l4/libl4/l4/ipc.h
ViewVC logotype

Diff of /hurd-l4/libl4/l4/ipc.h

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

revision 1.8 by marcus, Thu Oct 7 23:02:26 2004 UTC revision 1.9 by marcus, Sat Jan 22 18:19:10 2005 UTC
# Line 377  _L4_substring (_L4_string_item_t *string Line 377  _L4_substring (_L4_string_item_t *string
377     described by string item STRING_ITEM.  */     described by string item STRING_ITEM.  */
378  static inline _L4_string_item_t *  static inline _L4_string_item_t *
379  _L4_attribute_always_inline  _L4_attribute_always_inline
380  _L4_add_substring_address_to (_L4_string_item_t *string_item,  _L4_add_substring_to (_L4_string_item_t *string_item,
381                                _L4_string_item_t *source)                                _L4_string_item_t *source)
382  {  {
383    __L4_string_item_t *target = (__L4_string_item_t *) string_item;    __L4_string_item_t *target = (__L4_string_item_t *) string_item;
# Line 413  _L4_add_substring_address_to (_L4_string Line 413  _L4_add_substring_address_to (_L4_string
413     (of the same length) to the string item STRING_ITEM.  */     (of the same length) to the string item STRING_ITEM.  */
414  static inline _L4_string_item_t *  static inline _L4_string_item_t *
415  _L4_attribute_always_inline  _L4_attribute_always_inline
416  _L4_add_substring_to (_L4_string_item_t *string_item, void *source)  _L4_add_substring_address_to (_L4_string_item_t *string_item, void *source)
417  {  {
418    __L4_string_item_t *target = (__L4_string_item_t *) string_item;    __L4_string_item_t *target = (__L4_string_item_t *) string_item;
419    
# Line 424  _L4_add_substring_to (_L4_string_item_t Line 424  _L4_add_substring_to (_L4_string_item_t
424    
425    /* Now add the source substring.  */    /* Now add the source substring.  */
426    target->nr_substrings++;    target->nr_substrings++;
427    target->string[target->nr_substrings + 1] = (_L4_word_t) source;    target->string[target->nr_substrings] = (_L4_word_t) source;
428    
429    return string_item;    return string_item;
430  }  }

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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