CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2019/07/14 00:37:02
Modified files: sys/net : if_enc.c Log message: newlen was a dead store, but what we could use is oldlen to simplify the code. Pointed out by daniel@ with the help of their friend gcc9 OK kn