Bug 38930

Summary: ANSI-fy main() of src/usr.bin/colldef fixing WARNS=3
Product: Base System Reporter: Giorgos Keramidas <keramida>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
diff none

Description Giorgos Keramidas freebsd_committer freebsd_triage 2002-06-05 22:50:02 UTC
	The attached patch enables compiling of src/usr.bin/colldef
	with WARNS=3, and fixes the only warning this program has.
	Only main() does not have an ANSI prototype in this file,
	and ANSIfying it enables a clean build with WARNS ;-)

How-To-Repeat: 
	% cd src/usr.bin/colldef
	% make WARNS=3 all
Comment 1 dwmalone freebsd_committer freebsd_triage 2002-07-28 16:20:14 UTC
State Changed
From-To: open->closed

Similar patch just applied to -current.