CVSROOT: /cvs Module name: src Changes by: matt...@cvs.openbsd.org 2013/12/16 19:41:07
Modified files: sys/netinet : in_proto.c ip_output.c ip_var.h Log message: Change ip_output()'s non-optional arguments to be standard arguments instead of variable arguments. Allows stricter type checking by the compiler at call sites and also saves a bit of code size on some platforms (e.g., ~200 bytes on amd64). ok mikeb