[BACK]Return to cd9660_vnops.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / fs / cd9660

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/fs/cd9660/cd9660_vnops.c between version 1.2 and 1.3

version 1.2, 2003/05/16 05:09:11 version 1.3, 2003/06/07 12:00:07
Line 672  cd9660_readlink(v)
Line 672  cd9660_readlink(v)
          * Now get a buffer           * Now get a buffer
          * Abuse a namei buffer for now.           * Abuse a namei buffer for now.
          */           */
         if (uio->uio_segflg == UIO_SYSSPACE ||          if (uio->uio_segflg == UIO_SYSSPACE &&
             uio->uio_iov->iov_len >= MAXPATHLEN)              uio->uio_iov->iov_len >= MAXPATHLEN)
                 symname = uio->uio_iov->iov_base;                  symname = uio->uio_iov->iov_base;
         else          else

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb <webmaster@jp.NetBSD.org>