Skip to content

Commit

Permalink
Fix compile in kqueue.c
Browse files Browse the repository at this point in the history
Commit 38d0960 removed the evsigbase pointer, but forgot to remove
an assignment to it in kqueue.c.
  • Loading branch information
shahn committed Sep 27, 2010
1 parent 045eef4 commit b395392
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kqueue.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ kq_init(struct event_base *base)
}

base->evsigsel = &kqsigops;
base->evsigbase = kqueueop;

return (kqueueop);
err:
Expand Down

0 comments on commit b395392

Please sign in to comment.