[BACK]Return to patch-lib_timer_c CVS log [TXT][DIR] Up to [local] / ports / net / searpc / patches

Annotation of ports/net/searpc/patches/patch-lib_timer_c, Revision 1.1

1.1     ! kirby       1: $OpenBSD$
        !             2: --- lib/timer.c.orig   Fri Dec 13 13:38:39 2013
        !             3: +++ lib/timer.c    Fri Dec 13 13:39:02 2013
        !             4: @@ -1,6 +1,8 @@
        !             5:  /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
        !             6:
        !             7: -#include <event.h>
        !             8: +#include <event2/event.h>
        !             9: +#include <event2/event_compat.h>
        !            10: +#include <event2/event_struct.h>
        !            11:  #include <sys/time.h>
        !            12:
        !            13:  #ifdef CCNET_LIB

CVSweb