Vendor import from OpenBSD tag OPENBSD_5_3 as of today.

This commit is contained in:
Xin LI 2013-04-15 05:18:49 +00:00
parent 0537a01239
commit 4d8acfee52

View File

@ -1,4 +1,4 @@
/* $OpenBSD: atomicio.c,v 1.10 2011/01/08 00:47:19 jeremy Exp $ */
/* $OpenBSD: atomicio.c,v 1.11 2012/12/04 02:24:47 deraadt Exp $ */
/*
* Copyright (c) 2006 Damien Miller. All rights reserved.
* Copyright (c) 2005 Anil Madhavapeddy. All rights reserved.
@ -26,8 +26,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/param.h>
#include <errno.h>
#include <poll.h>
#include <unistd.h>