=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/job.c,v retrieving revision 1.14 retrieving revision 1.15 diff -c -r1.14 -r1.15 *** src/usr.bin/tmux/job.c 2009/12/03 22:50:10 1.14 --- src/usr.bin/tmux/job.c 2010/02/24 19:13:38 1.15 *************** *** 1,4 **** ! /* $OpenBSD: job.c,v 1.14 2009/12/03 22:50:10 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: job.c,v 1.15 2010/02/24 19:13:38 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott *************** *** 32,38 **** */ /* All jobs list. */ ! struct joblist all_jobs = SLIST_HEAD_INITIALIZER(&all_jobs); RB_GENERATE(jobs, job, entry, job_cmp); --- 32,38 ---- */ /* All jobs list. */ ! struct joblist all_jobs = SLIST_HEAD_INITIALIZER(all_jobs); RB_GENERATE(jobs, job, entry, job_cmp);