olalala, your MUA wraps it at 70 chars.. Dushan Tcholich wrote:
Signed-off-by: Dushan Tcholich <dusanc@xxxxxxxxx> --- coord.c.orig 2007-10-23 15:07:41.000000000 +0200 +++ coord.c 2007-10-23 15:29:26.000000000 +0200 @@ -1,4 +1,5 @@ -/* Copyright 2001, 2002, 2003 by Hans Reiser, licensing governed by reiser4/README */ +/* Copyright 2001, 2002, 2003 by Hans Reiser, licensing governed by + reiser4/README */ #include "forward.h" #include "debug.h" @@ -10,7 +11,7 @@ /* Internal constructor. */ static inline void -coord_init_values(coord_t * coord, const znode * node, pos_in_node_t item_pos, +coord_init_values(coord_t *coord, const znode * node, pos_in_node_t item_pos, pos_in_node_t unit_pos, between_enum between) { coord->node = (znode *) node; @@ -20,12 +21,13 @@ coord_init_values(coord_t * coord, const ON_DEBUG(coord->plug_v = 0); ON_DEBUG(coord->body_v = 0); - /*ON_TRACE (TRACE_COORDS, "init coord %p node %p: %u %u %s\n", coord, node, item_pos, unit_pos, coord_tween_tostring (between)); */
- To unsubscribe from this list: send the line "unsubscribe reiserfs-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html