diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2003-08-07 15:04:27 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2003-08-07 15:04:27 +0000 |
| commit | 8b149b513139803ca0fce264d653c45dfbc557d2 (patch) | |
| tree | d28ecab1cd6104f6189a11004e6d3615215cf931 /sys/dev/en | |
| parent | cccd491d52980ce7206febb0d2bb7a314e7a9594 (diff) | |
Notes
Diffstat (limited to 'sys/dev/en')
| -rw-r--r-- | sys/dev/en/midwayvar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/en/midwayvar.h b/sys/dev/en/midwayvar.h index 4869dbd05902..27da2f57aed2 100644 --- a/sys/dev/en/midwayvar.h +++ b/sys/dev/en/midwayvar.h @@ -136,7 +136,7 @@ struct en_rxslot { struct en_vcc { struct atmio_vcc vcc; /* required by common code */ void *rxhand; - uint vflags; + u_int vflags; uint32_t ipackets; uint32_t opackets; uint32_t ibytes; |
