| Summary: | compile error while defines DEB(x) | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | gwna <gwna> | ||||||
| Component: | kern | Assignee: | cg | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | ||||||||
| Priority: | Normal | ||||||||
| Version: | 4.2-RELEASE | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
Responsible Changed From-To: freebsd-bugs->cg Over to sound guy. State Changed From-To: open->closed The old sb driver is deceased. |
Compile error occurs in sys/dev/sound/isa/{ess,sb}.c. It uses struct "d", but no "d" is defined in that sources. I think it must be "sc" and "sb". Fix: $FreeBSD: src/sys/dev/sound/isa/ess.c,v 1.3.2.2 2000/10/05 05:07:49 cg Exp $FreeBSD: src/sys/dev/sound/isa/sb.c,v 1.50.2.3 2000/10/05 05:07:49 cg Exp How-To-Repeat: o Adds a sentence of "device pcm" into kernel configuration file. o Adds "#define DEB(x) x" into sys/dev/sound/pcm/sound.h. o Chdir compile/XXX, then make!