Source-Changes-HG archive

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

[src/isaki-audio2]: src/sys/dev Remove dev/audiovar.h. It already have been ...



details:   https://anonhg.NetBSD.org/src/rev/5cc729c1eded
branches:  isaki-audio2
changeset: 451004:5cc729c1eded
user:      isaki <isaki%NetBSD.org@localhost>
date:      Fri May 03 06:29:05 2019 +0000

description:
Remove dev/audiovar.h.  It already have been just a link to
dev/audio/audiovar.h in this branch.

diffstat:

 sys/dev/audio/audio.c |  6 +++---
 sys/dev/audiovar.h    |  1 -
 2 files changed, 3 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r 0c4e18af69b3 -r 5cc729c1eded sys/dev/audio/audio.c
--- a/sys/dev/audio/audio.c     Fri May 03 06:19:42 2019 +0000
+++ b/sys/dev/audio/audio.c     Fri May 03 06:29:05 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: audio.c,v 1.1.2.4 2019/05/03 05:15:33 isaki Exp $      */
+/*     $NetBSD: audio.c,v 1.1.2.5 2019/05/03 06:29:05 isaki Exp $      */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -152,7 +152,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.1.2.4 2019/05/03 05:15:33 isaki Exp $");
+__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.1.2.5 2019/05/03 06:29:05 isaki Exp $");
 
 #ifdef _KERNEL_OPT
 #include "audio.h"
@@ -193,7 +193,7 @@
 #include <sys/vnode.h>
 
 #include <dev/audio_if.h>
-#include <dev/audiovar.h>
+#include <dev/audio/audiovar.h>
 #include <dev/audio/audiodef.h>
 #include <dev/audio/linear.h>
 #include <dev/audio/mulaw.h>
diff -r 0c4e18af69b3 -r 5cc729c1eded sys/dev/audiovar.h
--- a/sys/dev/audiovar.h        Fri May 03 06:19:42 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-#include "dev/audio/audiovar.h"



Home | Main Index | Thread Index | Old Index