CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/03/04 13:35:10
Modified files:
sys/netinet : in_pcb.c
Log message:
in_pcbinit() is called during boot. There malloc(9) cannot fail,
but would panic instead of waiting. Remove needless error handling.
OK mvs@
