Bug 29971

Summary: variables are named inconsistently in MAKEDEV
Product: Base System Reporter: Joseph Mallett <jmallett>
Component: miscAssignee: 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 Joseph Mallett 2001-08-23 04:50:01 UTC
There seems to be a convention in MAKEDEV to use 'units' as the number of units of a particular device major to create (and it is used to generate sequential minors and device names, etc.). However, a few locations stray from this and use names like 'nbpf' or 'ntun'.

How-To-Repeat: grep ntap MAKEDEV
Comment 1 dd freebsd_committer freebsd_triage 2001-08-23 23:19:55 UTC
State Changed
From-To: open->closed

applied to -current, thanks!