--- src/sys/sys/random.h 2006/07/16 21:44:18 1.8 +++ src/sys/sys/random.h 2006/07/28 02:17:41 1.9 @@ -95,7 +95,7 @@ u_int read_random_unlimited(void *buf, u u_int write_random(const char *buf, u_int nbytes); #endif struct thread; -int random_poll(dev_t dev, int events, struct thread *td); +int random_poll(dev_t dev, int events); #endif /* _KERNEL */