diff options
author | 2015-01-16 16:48:51 +0000 | |
---|---|---|
committer | 2015-01-16 16:48:51 +0000 | |
commit | aea60bee5e9bad0aab62f480f19c2fb34c068de4 (patch) | |
tree | 1e7befbc10e28796528939427d4fdbd94b60d9af /lib/libsndio | |
parent | More evil bootstrap code. #ifndef ALIGNBYTES #define ALIGNBYTES 3. (diff) | |
download | wireguard-openbsd-aea60bee5e9bad0aab62f480f19c2fb34c068de4.tar.xz wireguard-openbsd-aea60bee5e9bad0aab62f480f19c2fb34c068de4.zip |
Move to the <limits.h> universe.
review by millert, binary checking process with doug, concept with guenther
Diffstat (limited to 'lib/libsndio')
-rw-r--r-- | lib/libsndio/mio.c | 3 | ||||
-rw-r--r-- | lib/libsndio/mio_priv.h | 3 | ||||
-rw-r--r-- | lib/libsndio/sio.c | 3 | ||||
-rw-r--r-- | lib/libsndio/sio_priv.h | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/lib/libsndio/mio.c b/lib/libsndio/mio.c index 0501dd1b522..ffdd5714290 100644 --- a/lib/libsndio/mio.c +++ b/lib/libsndio/mio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mio.c,v 1.18 2013/11/13 22:38:22 ratchov Exp $ */ +/* $OpenBSD: mio.c,v 1.19 2015/01/16 16:48:52 deraadt Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org> * @@ -15,7 +15,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <sys/param.h> #include <sys/types.h> #include <sys/time.h> #include <sys/stat.h> diff --git a/lib/libsndio/mio_priv.h b/lib/libsndio/mio_priv.h index 4b58affb342..7b3c39fecc1 100644 --- a/lib/libsndio/mio_priv.h +++ b/lib/libsndio/mio_priv.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mio_priv.h,v 1.10 2013/11/13 22:38:22 ratchov Exp $ */ +/* $OpenBSD: mio_priv.h,v 1.11 2015/01/16 16:48:52 deraadt Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org> * @@ -17,7 +17,6 @@ #ifndef MIO_PRIV_H #define MIO_PRIV_H -#include <sys/param.h> #include "sndio.h" #define MIO_MAXNFDS 16 diff --git a/lib/libsndio/sio.c b/lib/libsndio/sio.c index aaee7001c2c..576da94ee3e 100644 --- a/lib/libsndio/sio.c +++ b/lib/libsndio/sio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sio.c,v 1.18 2014/08/10 09:11:07 jsg Exp $ */ +/* $OpenBSD: sio.c,v 1.19 2015/01/16 16:48:52 deraadt Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org> * @@ -15,7 +15,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <sys/param.h> #include <sys/types.h> #include <sys/stat.h> diff --git a/lib/libsndio/sio_priv.h b/lib/libsndio/sio_priv.h index b74647fa683..fd310142793 100644 --- a/lib/libsndio/sio_priv.h +++ b/lib/libsndio/sio_priv.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sio_priv.h,v 1.8 2014/03/05 20:40:49 ratchov Exp $ */ +/* $OpenBSD: sio_priv.h,v 1.9 2015/01/16 16:48:52 deraadt Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org> * @@ -17,7 +17,6 @@ #ifndef SNDIO_PRIV_H #define SNDIO_PRIV_H -#include <sys/param.h> #include "sndio.h" #define SIO_MAXNFDS 16 |