Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/isa put back spkrio.h for compat



details:   https://anonhg.NetBSD.org/src/rev/6f4356f44a8b
branches:  trunk
changeset: 349381:6f4356f44a8b
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Dec 09 06:04:06 2016 +0000

description:
put back spkrio.h for compat

diffstat:

 sys/dev/isa/Makefile |  4 ++--
 sys/dev/isa/spkrio.h |  2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 4ca87328312e -r 6f4356f44a8b sys/dev/isa/Makefile
--- a/sys/dev/isa/Makefile      Fri Dec 09 05:45:20 2016 +0000
+++ b/sys/dev/isa/Makefile      Fri Dec 09 06:04:06 2016 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile,v 1.9 2016/12/09 04:46:39 christos Exp $
+#      $NetBSD: Makefile,v 1.10 2016/12/09 06:04:06 christos Exp $
 
 INCSDIR= /usr/include/dev/isa
 
 # Only install includes which are used by userland
-INCS=  isvio.h satlinkio.h wtreg.h
+INCS=  isvio.h satlinkio.h spkrio.h wtreg.h
 
 .include <bsd.kinc.mk>
diff -r 4ca87328312e -r 6f4356f44a8b sys/dev/isa/spkrio.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/dev/isa/spkrio.h      Fri Dec 09 06:04:06 2016 +0000
@@ -0,0 +1,2 @@
+/*     $NetBSD: spkrio.h,v 1.5 2016/12/09 06:04:06 christos Exp $      */
+#include <dev/spkrio.h>



Home | Main Index | Thread Index | Old Index