Bug 14278

Summary: 'newpcm' does'nt compile with '-fno-builtin'
Product: Base System Reporter: nnd <nnd>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description nnd 1999-10-12 04:30:01 UTC
	Such configured kernel does'nt linked due to
absence of 'abs' function/macro definition.

Fix: The following patch add th macro 'abs' definition to two of
the files and remove 'abs' usage from the third one.
(I steal the macro definition from sys/isa/pcm.c file ;-)

====================================================================
How-To-Repeat: 
	Configure the kernel with abovementioned options and try to
make it.
Comment 1 cg freebsd_committer freebsd_triage 1999-11-21 17:36:16 UTC
State Changed
From-To: open->closed

equivalen patch applied