]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't claim to return the fileid which we unloaded. The kernel
authordd <dd@FreeBSD.org>
Tue, 1 Oct 2002 23:53:51 +0000 (23:53 +0000)
committerdd <dd@FreeBSD.org>
Tue, 1 Oct 2002 23:53:51 +0000 (23:53 +0000)
commit552aeba29fa5815a5d5914202f51753c118adfd4
tree1ecb4362f6c408ebfcfa847a84bfe706071bb351
parent4f9b793ef79a2dfb2566cbec5b9de026e649afe1
Don't claim to return the fileid which we unloaded.  The kernel
doesn't do this, and it wouldn't be very useful if it did, since the
caller supplies us with that number.

PR: 41329
Submitted by: Michael Galassi <nerd@xyz.com>
lib/libc/sys/kldunload.2