aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fatm
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2003-08-07 15:04:27 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2003-08-07 15:04:27 +0000
commit8b149b513139803ca0fce264d653c45dfbc557d2 (patch)
treed28ecab1cd6104f6189a11004e6d3615215cf931 /sys/dev/fatm
parentcccd491d52980ce7206febb0d2bb7a314e7a9594 (diff)
Notes
Diffstat (limited to 'sys/dev/fatm')
-rw-r--r--sys/dev/fatm/if_fatmvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/fatm/if_fatmvar.h b/sys/dev/fatm/if_fatmvar.h
index 57df04183851..8919d24b0712 100644
--- a/sys/dev/fatm/if_fatmvar.h
+++ b/sys/dev/fatm/if_fatmvar.h
@@ -168,7 +168,7 @@ LIST_HEAD(rbuf_list, rbuf);
struct card_vcc {
struct atmio_vcc param; /* traffic parameters */
void *rxhand;
- uint vflags;
+ u_int vflags;
uint32_t ipackets;
uint32_t opackets;
uint32_t ibytes;