This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
sys
/
netgraph
/
atm
History
harti
7ce7ecdff6
Get rid of the old *LEN constants in favour of the new *SIZ constants
...
that also include the trailing \0 byte.
2004-01-26 14:57:49 +00:00
..
atmpif
…
sscfu
NULL -> 0 where appropriate.
2003-12-24 18:51:01 +00:00
sscop
…
uni
Pass MTX_DEF instead of 0 as the last argument to mtx_init().
2003-12-15 01:36:54 +00:00
ng_atm.c
Get rid of the old *LEN constants in favour of the new *SIZ constants
2004-01-26 14:57:49 +00:00
ng_atm.h
Get rid of the old *LEN constants in favour of the new *SIZ constants
2004-01-26 14:57:49 +00:00
ng_atmpif.h
…
ng_sscfu.h
…
ng_sscop.h
…
ng_uni.h
…
ngatmbase.c
The last argument to mtx_init() should be MTX_DEF, not 0. This is not a
2003-12-08 01:18:04 +00:00
ngatmbase.h
…