[Groonga-commit] groonga/groonga at 815d087 [master] Follow API change

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Apr 16 21:45:53 JST 2015


Kouhei Sutou	2015-04-16 21:45:53 +0900 (Thu, 16 Apr 2015)

  New Revision: 815d08721201a459ab6e72c79ed9bd7cc93819a5
  https://github.com/groonga/groonga/commit/815d08721201a459ab6e72c79ed9bd7cc93819a5

  Message:
    Follow API change

  Modified files:
    lib/com.c

  Modified: lib/com.c (+2 -2)
===================================================================
--- lib/com.c    2015-04-16 21:44:22 +0900 (9b31cdf)
+++ lib/com.c    2015-04-16 21:45:53 +0900 (e64001d)
@@ -328,10 +328,10 @@ grn_com_event_fin(grn_ctx *ctx, grn_com_event *ev)
 #ifndef USE_SELECT
   if (ev->events) { GRN_FREE(ev->events); }
 # ifdef USE_EPOLL
-  GRN_CLOSE(ev->epfd);
+  grn_close(ev->epfd);
 # endif /* USE_EPOLL */
 # ifdef USE_KQUEUE
-  GRN_CLOSE(ev->kqfd);
+  grn_close(ev->kqfd);
 # endif /* USE_KQUEUE*/
 #endif /* USE_SELECT */
   return GRN_SUCCESS;
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index