CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/08/10 22:51:36
Modified files:
usr.sbin/makefs/msdos: direntry.h msdosfs_conv.c msdosfs_vnops.c
Log message:
msdosfs_times() doesn't need to copy timespecs onto the stack: just
mark unix2dostime()'s first argument as a pointer to const and skip
the copies.
ok millert@
