看板 DFBSD_commit 關於我們 聯絡資訊
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@gmail.com> > > 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$");