diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2007-03-19 15:12:50 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2007-03-19 15:12:50 +0000 |
commit | 8f0c3b4494ef7c12f6136859858411b0e6672a31 (patch) | |
tree | 4109377d02ee8319bf59faf2af014413113f244b /lib/libevent/select.c | |
parent | 71e51af8810fd87983dadc6afeea4207853f3c19 (diff) |
Update to libevent-1.3b while retaining our local changes. beck@ OK
Diffstat (limited to 'lib/libevent/select.c')
-rw-r--r-- | lib/libevent/select.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libevent/select.c b/lib/libevent/select.c index f3efa390f6e..75a344a3a56 100644 --- a/lib/libevent/select.c +++ b/lib/libevent/select.c @@ -1,4 +1,4 @@ -/* $OpenBSD: select.c,v 1.12 2006/03/30 06:32:36 brad Exp $ */ +/* $OpenBSD: select.c,v 1.13 2007/03/19 15:12:49 millert Exp $ */ /* * Copyright 2000-2002 Niels Provos <provos@citi.umich.edu> @@ -133,7 +133,7 @@ check_selectop(struct selectop *sop) } #else -#define check_selectop(sop) +#define check_selectop(sop) do { (void) sop; } while (0) #endif /* |