CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/07/25 02:28:43
Modified files:
sys/net : pipex.c
Log message:
Remove "Static" keyword from pipex(4) layer.
We don't use "static" keyword for functions declaration to allow ddb(4)
debug. Also, many "Static" functions are called by pppx(4) layer outside
pipex(4) layer.
This is the mostly mechanic diff, except the `pipex_pppoe_padding' which
should be "static const".
ok bluhm@ yasuoka@
