CVSROOT: /cvs Module name: src Changes by: rzalam...@cvs.openbsd.org 2016/10/31 01:55:10
Modified files: sys/net : switchofp.c Log message: Change validation functions prototypes: use the parameter variable to return the error code and the return value to signal if the validation was successful or not. With this we can signal some errors in the spec that uses the value 0 (zero). ok reyk@