Remove the CD9660MAXPATH define. It was used to construct the path for
authornatano <natano@openbsd.org>
Thu, 6 Apr 2017 19:09:45 +0000 (19:09 +0000)
committernatano <natano@openbsd.org>
Thu, 6 Apr 2017 19:09:45 +0000 (19:09 +0000)
commit299d8950f3190bb275a5d9e916bb8acfda4ba155
treecc91903f070ec1f4d455f0ca17c1f2ffb09be594
parentfd8c917f27330d21cef9f95ea863d28b0e3c6be6
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
usr.sbin/makefs/cd9660.c
usr.sbin/makefs/cd9660.h
usr.sbin/makefs/cd9660/cd9660_write.c