CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2020/04/06 06:31:30
Modified files: sys/net : if_pppx.c pipex.c pipex_local.h Log message: Pass struct pipex_iface_context pointer down to pipex ioctl functions. This way pppx(4) and pppac(4) can be further unified. This is an intermediary step that does not introduce any behaviour change. >From Vitaliy Makkoveev