diff options
author | 2018-09-19 14:01:52 +0000 | |
---|---|---|
committer | 2018-09-19 14:01:52 +0000 | |
commit | 58aaf78faed8a74a1e817fc6ebd3e3e04064daf0 (patch) | |
tree | 9be93d7a5bf87795c87a81d3502d3f229f8aaef9 /lib/libsndio/sio.c | |
parent | Always call bridge_iflist `bif'. (diff) | |
download | wireguard-openbsd-58aaf78faed8a74a1e817fc6ebd3e3e04064daf0.tar.xz wireguard-openbsd-58aaf78faed8a74a1e817fc6ebd3e3e04064daf0.zip |
sys/stat.h not needed here; ok ratchov@
Diffstat (limited to 'lib/libsndio/sio.c')
-rw-r--r-- | lib/libsndio/sio.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libsndio/sio.c b/lib/libsndio/sio.c index ea7dfdc6fd7..611acc8df9b 100644 --- a/lib/libsndio/sio.c +++ b/lib/libsndio/sio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sio.c,v 1.21 2016/01/09 08:27:24 ratchov Exp $ */ +/* $OpenBSD: sio.c,v 1.22 2018/09/19 14:01:52 miko Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org> * @@ -16,7 +16,6 @@ */ #include <sys/types.h> -#include <sys/stat.h> #include <errno.h> #include <fcntl.h> |