CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/07/29 06:09:31
Modified files:
sys/net : if_bridge.h if_var.h pipex.c pipex.h
pipex_local.h
Log message:
Interface index is unsigned integer. Fix the places where it referenced
as signed. u_int used within pipex(4) for consistency with other code.
ok dlg@ mpi@
