Subversion Repositories HelenOS

Rev

Rev 1787 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1787 Rev 1866
Line 83... Line 83...
83
    head1->prev->next = head2->next;
83
    head1->prev->next = head2->next;
84
    head1->prev = head2->prev;
84
    head1->prev = head2->prev;
85
    list_initialize(head2);
85
    list_initialize(head2);
86
}
86
}
87
 
87
 
88
 
-
 
89
 /** @}
88
/** @}
90
 */
89
 */
91
 
-
 
92
 
-