Bug 52954 - [PATCH] Unbreak the share/examples/kld/cdev
Summary: [PATCH] Unbreak the share/examples/kld/cdev
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: misc (show other bugs)
Version: Unspecified
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Blapp
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-04 23:00 UTC by Priit Piipuu
Modified: 2003-08-03 11:39 UTC (History)
0 users

See Also:


Attachments
patch (1.17 KB, patch)
2003-06-04 23:00 UTC, Priit Piipuu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Priit Piipuu 2003-06-04 23:00:28 UTC
	Currently, cdevmod.c produces lots of warnings when compiled, 
	and cdev.ko panics the system when loaded. Seems, that struct
	cdevsw has changed since the last commit to this file.

How-To-Repeat: 	cd share/examples/kld/cdev && make all
Comment 1 Martin Blapp freebsd_committer freebsd_triage 2003-06-05 22:08:22 UTC
Responsible Changed
From-To: freebsd-bugs->mbr

Take this PR. I'll inform then the opensound people 
that they can rebuild their modules, since it was this 
file they were complaining about that it was broken.
Comment 2 Martin Blapp freebsd_committer freebsd_triage 2003-08-03 11:38:27 UTC
State Changed
From-To: open->closed

Committed, thanks !