From a8c7d1b0e6c6ae1dc0821bb161b5d61ecfa6a33d Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Tue, 25 Nov 2008 16:53:36 +0100 Subject: [PATCH] Removed surplus line from rrip_add_PN(). It was introduced with the FreeBSD port. --- libisofs/rockridge.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libisofs/rockridge.c b/libisofs/rockridge.c index ab4e28c..707f4b3 100644 --- a/libisofs/rockridge.c +++ b/libisofs/rockridge.c @@ -228,7 +228,6 @@ int rrip_add_PN(Ecma119Image *t, Ecma119Node *n, struct susp_info *susp) PN[1] = 'N'; PN[2] = 20; PN[3] = 1; - iso_bb(&PN[4], node->dev >> 32, 4); /* (dev_t >> 32) causes compiler warnings on FreeBSD. RRIP 1.10 4.1.2 prescribes PN "Dev_t High" to be 0 on 32 bit dev_t.