CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2023/11/09 01:53:20
Modified files: sys/net : if_pflow.c Log message: Remove delayed timeout(9) initialization. timeout_set*() only assign members of passed timeout structure, this delayed initialization provides nothing but makes code weird. ok kn