CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/08/31 14:52:15
Modified files:
usr.sbin/installboot: efi_installboot.c i386_installboot.c
macppc_installboot.c octeon_installboot.c
powerpc64_installboot.c
Log message:
Replace "newfs_msdos" and "fsck_msdos" with "newfs -t msdos" and "fsck -t
msdos".
Add some missing spaces after "=".
Constify the static strings.
Prodded a while ago by deraadt@, tweaks from kn@, ok kn@
