Edit

IABSD.fr/src/sys/dev/microcode/fxp

Branch :

  • Show log

    Commit

  • Author : krw
    Date : 2016-12-18 18:28:38
    Hash : 867e0126
    Message : Use %zu/%d to print size_t/ssize_t. Cast recno_t (a.k.a. u_int32_t) to (unsigned long) to match %lu formats. Makes gcc happier and quieter. ok deraadt@