NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/48808



The following reply was made to PR kern/48808; it has been noted by GNATS.

From: "Thomas Schmitt" <scdbackup%gmx.net@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: kern/48808
Date: Wed, 14 May 2014 19:51:21 +0200

 It seems clearer to document and more similar to the behavior
 of other operating systems, if -s overrides the offset of /dev/cd0a
 rather than adding to it.
 
 cd9660_vfsops.c:
           if (argp->flags & ISOFSMNT_SSECTOR)
 -                 sess += argp->ssector;
 +                 sess = argp->ssector;
   #ifdef ISO_DEBUG
 


Home | Main Index | Thread Index | Old Index