DragonFly BSD
DragonFly commits List (threaded) for 2005-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: cvs commit: src/sys/dev/sound/pci aureal.c


From: Roland Hammerle <rjh@xxxxxxx>
Date: Mon, 24 Jan 2005 16:22:25 +0100

David Rhodus wrote:
drhodus 2005/01/24 07:06:07 PST

DragonFly src repository

Modified files:
sys/dev/sound/pci aureal.c Log:
Fix typo.
Sent in by: Richard Bradshaw <theglassishalfempty@xxxxxxxxx>
Revision Changes Path
1.4 +1 -1 src/sys/dev/sound/pci/aureal.c



http://www.dragonflybsd.org/cvsweb/src/sys/dev/sound/pci/aureal.c.diff?r1=1.3&r2=1.4&f=u

The change seems to have a typo as well:


===================================================================
RCS file: /cvs/src/sys/dev/sound/pci/aureal.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- src/sys/dev/sound/pci/aureal.c	2003/08/07 21:17:13	1.3
+++ src/sys/dev/sound/pci/aureal.c	2005/01/24 15:06:07	1.4
@@ -31,7 +31,7 @@
 #include <dev/sound/pcm/ac97.h>
 #include <dev/sound/pci/aureal.h>

-#include bus/<pci/pcireg.h>
+#include <bus/<pci/pcireg.h>
 #include <bus/pci/pcivar.h>

SND_DECLARE_FILE("$DragonFly$");



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