mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
Make LKM entry consisten with tradition: pcic_mod().
This commit is contained in:
parent
e9dcb6be2d
commit
d19e0556a0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11518
@ -216,7 +216,7 @@ int cmd;
|
||||
* case it should return an errno from errno.h).
|
||||
*/
|
||||
int
|
||||
lkm_pcic(lkmtp, cmd, ver)
|
||||
pcic_mod(lkmtp, cmd, ver)
|
||||
struct lkm_table *lkmtp;
|
||||
int cmd;
|
||||
int ver;
|
||||
|
Loading…
Reference in New Issue
Block a user