mirror of
https://github.com/tmate-io/tmate.git
synced 2025-05-17 22:50:43 +02:00
Bye bye debugging.
This commit is contained in:
parent
0127137bbe
commit
43c936cd33
@ -1,4 +1,4 @@
|
|||||||
/* $Id: osdep-openbsd.c,v 1.6 2009-01-27 23:10:18 nicm Exp $ */
|
/* $Id: osdep-openbsd.c,v 1.7 2009-01-30 21:18:26 nicm Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
|
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
@ -73,7 +73,6 @@ retry:
|
|||||||
if (buf[i].kp_eproc.e_tdev != sb.st_rdev)
|
if (buf[i].kp_eproc.e_tdev != sb.st_rdev)
|
||||||
continue;
|
continue;
|
||||||
p = &buf[i].kp_proc;
|
p = &buf[i].kp_proc;
|
||||||
//log_debug("XXX %d %s %d %d %d", i, p->p_comm, p->p_stat, p->p_estcpu, p->p_slptime);
|
|
||||||
if (bestp == NULL)
|
if (bestp == NULL)
|
||||||
bestp = p;
|
bestp = p;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user