[BACK]Return to patch-net_common_packet-io_c CVS log [TXT][DIR] Up to [local] / ports / net / seafile / ccnet / patches

Annotation of ports/net/seafile/ccnet/patches/patch-net_common_packet-io_c, Revision 1.1

1.1     ! kirby       1: $OpenBSD$
        !             2: --- net/common/packet-io.c.orig        Tue Jan  7 07:33:50 2014
        !             3: +++ net/common/packet-io.c     Tue Jan 21 13:50:17 2014
        !             4: @@ -13,8 +13,10 @@
        !             5:
        !             6:  #include <unistd.h>
        !             7:
        !             8: -#include <event.h>
        !             9: -/* #include <event2/event.h> */
        !            10: +#include <event2/event.h>
        !            11: +#include <event2/bufferevent.h>
        !            12: +#include <event2/bufferevent_struct.h>
        !            13: +
        !            14:  #include <glib.h>
        !            15:  #include <errno.h>
        !            16:  #include <string.h>

CVSweb