mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Remove unneeded cast.
This commit is contained in:
parent
e8bbfc060c
commit
b314931dd0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59308
@ -50,7 +50,7 @@
|
||||
#include <sys/event.h>
|
||||
|
||||
#define VN_KNOTE(vp, b) \
|
||||
KNOTE((struct klist *)&vp->v_pollinfo.vpi_selinfo.si_note, (caddr_t)(b))
|
||||
KNOTE((struct klist *)&vp->v_pollinfo.vpi_selinfo.si_note, (b))
|
||||
|
||||
/*
|
||||
* Vnode op for reading.
|
||||
|
Loading…
Reference in New Issue
Block a user