diff options
Diffstat (limited to 'sys/netgraph/ng_sppp.c')
-rw-r--r-- | sys/netgraph/ng_sppp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/ng_sppp.c b/sys/netgraph/ng_sppp.c index b46acbb..aeee31d 100644 --- a/sys/netgraph/ng_sppp.c +++ b/sys/netgraph/ng_sppp.c @@ -289,7 +289,7 @@ ng_sppp_constructor (node_p node) /* Attach the interface */ sppp_attach (ifp); if_attach (ifp); - bpfattach (ifp, DLT_NULL, sizeof(u_int)); + bpfattach (ifp, DLT_NULL, sizeof(u_int32_t)); /* Done */ return (0); |