Module Name: src Committed By: uebayasi Date: Tue Aug 18 13:46:20 UTC 2015
Modified Files: src/sys/kern: kern_cpu.c kern_drvctl.c Log Message: Convert pseudo attach functions to take no arguments, as some functions (pppattach(), putterattach(), etc.) already do. This means that pseudo attach function will be able to become a constructor. To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/sys/kern/kern_cpu.c cvs rdiff -u -r1.36 -r1.37 src/sys/kern/kern_drvctl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.