CVSROOT:        /cvs
Module name:    src
Changes by:     guent...@cvs.openbsd.org        2022/11/02 22:56:48

Modified files:
        sys/dev        : rnd.c 
        sys/kern       : kern_exit.c 

Log message:
Style: always use *retval and never retval[0] in syscalls,
to reflect that retval is just a single return value.

ok miod@

Reply via email to