Stray blank line.

pull/1/head
Nicholas Marriott 2010-12-30 20:42:39 +00:00
parent 436f3b357e
commit e0ad1e5706
1 changed files with 1 additions and 2 deletions

View File

@ -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);