diff options
author | 2012-08-28 09:09:56 +0000 | |
---|---|---|
committer | 2012-08-28 09:09:56 +0000 | |
commit | 4fe1cee6455fbcd26ac71a3663a4daa4308de649 (patch) | |
tree | 2f517ee83b21d8f120dc0ffb7ae39aae631ac078 /lib/libevent/event.h | |
parent | This file isn't and won't be used --> delete it. (diff) | |
download | wireguard-openbsd-4fe1cee6455fbcd26ac71a3663a4daa4308de649.tar.xz wireguard-openbsd-4fe1cee6455fbcd26ac71a3663a4daa4308de649.zip |
Expose _EVENT_VERSION in event.h. This is expected by net/tor, which will spew
out scary warnings if it's not there. Bump minor accordingly.
Requested by and ok dcoppa@, ok nicm@
Diffstat (limited to 'lib/libevent/event.h')
-rw-r--r-- | lib/libevent/event.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libevent/event.h b/lib/libevent/event.h index 275da704360..adc2e26f0a3 100644 --- a/lib/libevent/event.h +++ b/lib/libevent/event.h @@ -1,4 +1,4 @@ -/* $OpenBSD: event.h,v 1.24 2011/07/07 14:25:15 sobrado Exp $ */ +/* $OpenBSD: event.h,v 1.25 2012/08/28 09:09:56 pascal Exp $ */ /* * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu> @@ -1187,6 +1187,8 @@ int evtag_unmarshal_string(struct evbuffer *evbuf, ev_uint32_t need_tag, int evtag_unmarshal_timeval(struct evbuffer *evbuf, ev_uint32_t need_tag, struct timeval *ptv); +#define _EVENT_VERSION "1.4.14b-stable" + #ifdef __cplusplus } #endif |