Edit

IABSD.fr/src/sys/dev/dt

Branch :

  • Show log

    Commit

  • Author : daniel
    Date : 2026-05-16 12:59:37
    Hash : 927740b5
    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@