Remove unneeded cast.

This commit is contained in:
Jonathan Lemon 2000-04-17 03:37:13 +00:00
parent e8bbfc060c
commit b314931dd0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59308

View File

@ -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.