CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/16 06:59:37
Modified files:
sys/dev/dt : dt_dev.c
Log message:
repair prototype for pseudo-device attach function
The dtattach function was declared with an autoconf style prototype, but
should have been declared with a single int parameter. Repair this.
ok deraadt@, jsg@
