Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/makefs/cd9660 See RRIP 4.1.4 Description of the "NM...
details: https://anonhg.NetBSD.org/src/rev/b1540e105d2d
branches: trunk
changeset: 374326:b1540e105d2d
user: christos <christos%NetBSD.org@localhost>
date: Tue Apr 18 22:58:14 2023 +0000
description:
See RRIP 4.1.4 Description of the "NM" System Use Entry for details.
>From FreeBSD
diffstat:
usr.sbin/makefs/cd9660/iso9660_rrip.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r c23aa13ca138 -r b1540e105d2d usr.sbin/makefs/cd9660/iso9660_rrip.h
--- a/usr.sbin/makefs/cd9660/iso9660_rrip.h Tue Apr 18 22:56:41 2023 +0000
+++ b/usr.sbin/makefs/cd9660/iso9660_rrip.h Tue Apr 18 22:58:14 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: iso9660_rrip.h,v 1.7 2023/04/18 22:56:41 christos Exp $ */
+/* $NetBSD: iso9660_rrip.h,v 1.8 2023/04/18 22:58:14 christos Exp $ */
/*
* Copyright (c) 2005 Daniel Watt, Walter Deignan, Ryan Gabrys, Alan
@@ -58,9 +58,9 @@
#define TF_EFFECTIVE 0x40
#define TF_LONGFORM 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
Home |
Main Index |
Thread Index |
Old Index