=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/paste.c,v retrieving revision 1.36 retrieving revision 1.37 diff -c -r1.36 -r1.37 *** src/usr.bin/tmux/paste.c 2016/10/10 13:54:47 1.36 --- src/usr.bin/tmux/paste.c 2016/10/11 13:45:47 1.37 *************** *** 1,4 **** ! /* $OpenBSD: paste.c,v 1.36 2016/10/10 13:54:47 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: paste.c,v 1.37 2016/10/11 13:45:47 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 46,53 **** static u_int paste_next_index; static u_int paste_next_order; static u_int paste_num_automatic; ! RB_HEAD(paste_name_tree, paste_buffer) paste_by_name; ! RB_HEAD(paste_time_tree, paste_buffer) paste_by_time; static int paste_cmp_names(const struct paste_buffer *, const struct paste_buffer *); --- 46,53 ---- static u_int paste_next_index; static u_int paste_next_order; static u_int paste_num_automatic; ! static RB_HEAD(paste_name_tree, paste_buffer) paste_by_name; ! static RB_HEAD(paste_time_tree, paste_buffer) paste_by_time; static int paste_cmp_names(const struct paste_buffer *, const struct paste_buffer *);