Removed surplus line from rrip_add_PN().
It was introduced with the FreeBSD port.
This commit is contained in:
parent
7990e01a57
commit
a8c7d1b0e6
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user