mirror of
https://github.com/tmux/tmux.git
synced 2024-11-19 10:58:51 +00:00
Stray blank line.
This commit is contained in:
parent
436f3b357e
commit
e0ad1e5706
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user