CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2011/07/07 12:00:33
Modified files: sys/sys : proc.h sched.h sys/kern : init_main.c kern_fork.c kern_synch.c sched_bsd.c Log message: Functions used in files other than where they are defined should be declared in .h files, not in each .c. Apply that rule to endtsleep(), scheduler_start(), updatepri(), and realitexpire() ok deraadt@ tedu@