]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Instead of blindly loading the ums module and bailing out if that fails,
authorDag-Erling Smørgrav <des@FreeBSD.org>
Mon, 17 Nov 2003 11:08:28 +0000 (11:08 +0000)
committerDag-Erling Smørgrav <des@FreeBSD.org>
Mon, 17 Nov 2003 11:08:28 +0000 (11:08 +0000)
commit3bdc98d7120a603bb3f7292db51138d0cb703cdf
treef9de9a76be21fa75065e7d158a1b516a57923d7c
parentef3c5c90153ab935e6fbc132440ad5433890e4ac
Instead of blindly loading the ums module and bailing out if that fails,
check if it's already loaded or compiled into the kernel, and only try to
load it if it isn't.

PR: bin/59368
Submitted by: Jens Rehsack <rehsack@liwing.de>
usr.sbin/moused/moused.c