CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2020/04/21 02:29:27
Modified files: sys/sys : conf.h Log message: Correct cdev_ipmi_init()'s poll stub to return 0 instead of ENODEV. poll functions shouldn't return errnos, selfalse() and seltrue() exist for this reason :) While here fix some comments. ok visa@