diff options
author | 2007-03-19 15:12:49 +0000 | |
---|---|---|
committer | 2007-03-19 15:12:49 +0000 | |
commit | 7567a3869306a673a370f822187e9f0d2c2bc2fa (patch) | |
tree | 7fdf7c957c73da95d17f3cabfea79206f6f7aac1 /lib/libevent/log.h | |
parent | Fix keyword expansion. (diff) | |
download | wireguard-openbsd-7567a3869306a673a370f822187e9f0d2c2bc2fa.tar.xz wireguard-openbsd-7567a3869306a673a370f822187e9f0d2c2bc2fa.zip |
Update to libevent-1.3b while retaining our local changes. beck@ OK
Diffstat (limited to 'lib/libevent/log.h')
-rw-r--r-- | lib/libevent/log.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libevent/log.h b/lib/libevent/log.h index 614018d546c..7aa4231b9b6 100644 --- a/lib/libevent/log.h +++ b/lib/libevent/log.h @@ -1,4 +1,4 @@ -/* $OpenBSD: log.h,v 1.3 2005/04/22 00:56:25 brad Exp $ */ +/* $OpenBSD: log.h,v 1.4 2007/03/19 15:12:49 millert Exp $ */ /* * Copyright (c) 2000-2004 Niels Provos <provos@citi.umich.edu> @@ -39,7 +39,7 @@ void _event_debugx(const char *fmt, ...); #ifdef USE_DEBUG #define event_debug(x) _event_debugx x #else -#define event_debug(x) +#define event_debug(x) do {;} while (0) #endif #endif |