Remove unneeded cast.

This commit is contained in:
Jonathan Lemon 2000-04-17 03:37:13 +00:00
parent e8bbfc060c
commit b314931dd0

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.