diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-02-07 19:41:35 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-02-07 19:41:35 +0000 |
commit | 028419ff4b01df2a6befa6eec5eab4d2d1703b69 (patch) | |
tree | 8616241e513939179d9c2a687aa0dc9433c4c502 /osdep-openbsd.c | |
parent | 1583b87ae607ab7162a24c7f67091fccc487c1c7 (diff) | |
download | rtmux-028419ff4b01df2a6befa6eec5eab4d2d1703b69.tar.gz rtmux-028419ff4b01df2a6befa6eec5eab4d2d1703b69.tar.bz2 rtmux-028419ff4b01df2a6befa6eec5eab4d2d1703b69.zip |
Comment. Missing OS X headers. +TODO.
Diffstat (limited to 'osdep-openbsd.c')
-rw-r--r-- | osdep-openbsd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/osdep-openbsd.c b/osdep-openbsd.c index c4a52d23..0dc3e3e1 100644 --- a/osdep-openbsd.c +++ b/osdep-openbsd.c @@ -1,4 +1,4 @@ -/* $Id: osdep-openbsd.c,v 1.9 2009-02-07 19:24:50 nicm Exp $ */ +/* $Id: osdep-openbsd.c,v 1.10 2009-02-07 19:41:35 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net> @@ -92,7 +92,7 @@ retry: if (p->p_flag & P_SINTR && !(bestp->p_flag & P_SINTR)) bestp = p; if (LIST_FIRST(&p->p_children) == NULL && - LIST_FIRST(&bestp->p_children) != NULL) + LIST_FIRST(&bestp->p_children) != NULL) /* XXX ugh */ bestp = p; } if (bestp != NULL) { |