diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2010-12-30 20:42:39 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2010-12-30 20:42:39 +0000 |
commit | e0ad1e57064ca349ba84e34354cef253b11a0fce (patch) | |
tree | 373e26c7b34c7587b6b159caccdc047892e61b85 | |
parent | 436f3b357ee6a960621c319b7904aeed1cccead4 (diff) | |
download | rtmux-e0ad1e57064ca349ba84e34354cef253b11a0fce.tar.gz rtmux-e0ad1e57064ca349ba84e34354cef253b11a0fce.tar.bz2 rtmux-e0ad1e57064ca349ba84e34354cef253b11a0fce.zip |
Stray blank line.
-rw-r--r-- | osdep-openbsd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/osdep-openbsd.c b/osdep-openbsd.c index 51ba2b02..6ed0be47 100644 --- a/osdep-openbsd.c +++ b/osdep-openbsd.c @@ -1,4 +1,4 @@ -/* $Id: osdep-openbsd.c,v 1.21 2010-12-30 20:41:08 nicm Exp $ */ +/* $Id: osdep-openbsd.c,v 1.22 2010-12-30 20:42:39 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net> @@ -35,7 +35,6 @@ #define is_stopped(p) \ ((p)->p_stat == SSTOP || (p)->p_stat == SZOMB || (p)->p_stat == SDEAD) - struct kinfo_proc2 *cmp_procs(struct kinfo_proc2 *, struct kinfo_proc2 *); char *osdep_get_name(int, char *); struct event_base *osdep_event_init(void); |