sys/stat.h not needed here; ok ratchov@
authormiko <miko@openbsd.org>
Wed, 19 Sep 2018 14:01:52 +0000 (14:01 +0000)
committermiko <miko@openbsd.org>
Wed, 19 Sep 2018 14:01:52 +0000 (14:01 +0000)
lib/libsndio/mio.c
lib/libsndio/mio_rmidi.c
lib/libsndio/sio.c
lib/libsndio/sio_sun.c

index 9f41661..879ff65 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: mio.c,v 1.20 2015/11/22 12:01:23 ratchov Exp $        */
+/*     $OpenBSD: mio.c,v 1.21 2018/09/19 14:01:52 miko Exp $   */
 /*
  * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org>
  *
@@ -17,7 +17,6 @@
 
 #include <sys/types.h>
 #include <sys/time.h>
-#include <sys/stat.h>
 
 #include <errno.h>
 #include <fcntl.h>
index 69d75cb..5e3b9a6 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: mio_rmidi.c,v 1.25 2017/11/04 09:35:56 ratchov Exp $  */
+/*     $OpenBSD: mio_rmidi.c,v 1.26 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>
index ea7dfdc..611acc8 100644 (file)
@@ -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>
index f9adb2f..08ad748 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: sio_sun.c,v 1.26 2016/04/07 06:30:13 ratchov Exp $    */
+/*     $OpenBSD: sio_sun.c,v 1.27 2018/09/19 14:01:52 miko Exp $       */
 /*
  * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org>
  *
@@ -18,7 +18,6 @@
 #include <sys/types.h>
 #include <sys/ioctl.h>
 #include <sys/audioio.h>
-#include <sys/stat.h>
 
 #include <errno.h>
 #include <fcntl.h>