Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
Merge branch 'v0.6'
Browse files Browse the repository at this point in the history
Conflicts:
	include/uv-private/uv-unix.h
	src/unix/core.c
	src/unix/stream.c
	src/unix/sunos.c
	src/unix/udp.c
  • Loading branch information
piscisaureus committed Jul 31, 2012
2 parents ed2bc23 + d6a96de commit 0c7d9ab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion include/uv-private/uv-unix.h
Expand Up @@ -296,7 +296,6 @@ struct uv__io_s {

#ifdef PORT_SOURCE_FILE
# define UV_FS_EVENT_PRIVATE_FIELDS \
ev_io event_watcher; \
uv_fs_event_cb cb; \
file_obj_t fo; \
int fd;
Expand Down
1 change: 0 additions & 1 deletion src/unix/ev/ev.c
Expand Up @@ -2558,7 +2558,6 @@ void
ev_unref (EV_P)
{
--activecnt;
if (activecnt < 0) abort();
}

void
Expand Down

0 comments on commit 0c7d9ab

Please sign in to comment.