Edit

IABSD.fr/src/usr.sbin/vmctl

Branch :

  • Show log

    Commit

  • Author : mlarkin
    Date : 2024-08-17 20:50:06
    Hash : 22b23f34
    Message : Use 'int ch' instead of 'char ch' in one place for getopt. Forgot one change during an earlier commit; use 'int ch' to make builds complete without warning on arm64. ok dv