mirror of
https://github.com/tmate-io/tmate-ssh-server.git
synced 2020-11-18 19:53:51 -08:00
Sync OpenBSD patchset 655:
Typo fix from Tim van der Molen.
This commit is contained in:
parent
862b89b78b
commit
c5fefd51af
4
job.c
4
job.c
@ -1,4 +1,4 @@
|
|||||||
/* $Id: job.c,v 1.14 2009-12-04 22:14:47 tcunha Exp $ */
|
/* $Id: job.c,v 1.15 2010-02-26 13:35:04 tcunha Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
|
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
@ -31,7 +31,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* All jobs list. */
|
/* All jobs list. */
|
||||||
struct joblist all_jobs = SLIST_HEAD_INITIALIZER(&all_jobs);
|
struct joblist all_jobs = SLIST_HEAD_INITIALIZER(all_jobs);
|
||||||
|
|
||||||
RB_GENERATE(jobs, job, entry, job_cmp);
|
RB_GENERATE(jobs, job, entry, job_cmp);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user