CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/04/06 13:09:45
Modified files:
usr.sbin/makefs: cd9660.c cd9660.h
usr.sbin/makefs/cd9660: cd9660_write.c
Log message:
Remove the CD9660MAXPATH define. It was used to construct the path for
opening the file, so PATH_MAX makes more sense here. While there change
the code to do two less allocations per file.
ok deraadt
