makefs: correct iso9660 Rock Ridge NM values

These are not actually used by makefs (yet), but ought to match the
spec.

See RRIP 4.1.4 Description of the "NM" System Use Entry for details.

PR:		203531
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2023-03-23 08:35:34 -04:00
parent c65c969bd5
commit c3ec19359e

View File

@ -60,9 +60,9 @@
#define TF_EXPIRATION 0x20
#define TF_EFFECTIVE 0x40
#define TF_LONG_FORM 0x80
#define NM_CONTINUE 0x80
#define NM_CURRENT 0x100
#define NM_PARENT 0x200
#define NM_CONTINUE 0x01
#define NM_CURRENT 0x02
#define NM_PARENT 0x04
#define SUSP_LOC_ENTRY 0x01