Bug 15194

Summary: [PATCH] Fix for discrepancies/inconsistencies in LINT
Product: Base System Reporter: jedgar <jedgar>
Component: kernAssignee: Sheldon Hearn <sheldonh>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description jedgar 1999-12-01 01:10:00 UTC
LINT contains various discrepancies and inconsistencies WRT file locations and
URLs:

* Reference to /sys/i386/isa/snd/CARDS: directory and file no longer
  exist (moved to src/sys/dev/pcm with no corresponding reference
  file)
* Brooktree driver overrides reference to /usr/src/sys/pci/brooktree848.c
  no longer exists, now found in src/sys/dev/bktr/bktr_card.h
* Inconsistent references to source tree (/sys/..., src/sys/...,
  /usr/src/sys/...); references changed to src/sys/...
* URL to BSD ATM reference has changed
* Add http:// to www.vcc.com

How-To-Repeat: 
See LINT
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 1999-12-01 16:20:06 UTC
Responsible Changed
From-To: freebsd-bugs->sheldonh

Purely cosmetic, I've got it. 
Comment 2 Sheldon Hearn freebsd_committer freebsd_triage 1999-12-01 16:25:33 UTC
State Changed
From-To: open->feedback

Committed in rev 1.686 of src/sys/i386/conf/LINT .  Any chance you're 
interested in doing the same thing for RELENG_3 ? 
:-) :-) 
Comment 3 Sheldon Hearn freebsd_committer freebsd_triage 1999-12-02 17:55:29 UTC
State Changed
From-To: feedback->closed

RELENG_3 patch is on PR 15213.