CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/01/03 01:46:40
Modified files:
sys/netinet : ip_output.c
Log message:
Replace a funky 'else switch' construct into something that is equal but
a lot easier to read. The if can simply return the error and so the else
branch is no longer needed.
Input and OK dhill@
