mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-20 15:43:16 +00:00
Restored one line of "High Sierra" changes from rev.1.6 which was
blown away by the previous commit. Not restored: trailing whitespace changes from rev.1.7. Not restored: -Wall cleanup from rev.1.5.
This commit is contained in:
parent
a9386c5274
commit
49bb6bceaf
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=22566
@ -310,7 +310,7 @@ cd9660_lookup(ap)
|
||||
goto notfound;
|
||||
} else if (!(res = isofncmp(name,len,
|
||||
ep->name,namelen))) {
|
||||
if (isonum_711(ep->flags)&2)
|
||||
if (isoflags & 2)
|
||||
ino = isodirino(ep, imp);
|
||||
else
|
||||
ino = dbtob(bp->b_blkno)
|
||||
|
@ -310,7 +310,7 @@ cd9660_lookup(ap)
|
||||
goto notfound;
|
||||
} else if (!(res = isofncmp(name,len,
|
||||
ep->name,namelen))) {
|
||||
if (isonum_711(ep->flags)&2)
|
||||
if (isoflags & 2)
|
||||
ino = isodirino(ep, imp);
|
||||
else
|
||||
ino = dbtob(bp->b_blkno)
|
||||
|
Loading…
Reference in New Issue
Block a user