Fix one more misuse of u_long when uint32_t is actually meant.

Submitted by:	oliver
MFC after:	3 days
This commit is contained in:
Olivier Houchard 2005-05-24 20:42:08 +00:00
parent 5d2e2fcd18
commit c9d9582d9f

View file

@ -570,7 +570,7 @@ struct bktr_softc {
int vbiinsert; /* Position for next write into circular buffer */
int vbistart; /* Position of last read from circular buffer */
int vbisize; /* Number of bytes in the circular buffer */
u_long vbi_sequence_number; /* sequence number for VBI */
uint32_t vbi_sequence_number; /* sequence number for VBI */
int vbi_read_blocked; /* user process blocked on read() from /dev/vbi */
struct selinfo vbi_select; /* Data used by select() on /dev/vbi */