mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 09:06:49 -04:00
Cut-n-paste glitch
This commit is contained in:
parent
5738e077a6
commit
261114d95c
2 changed files with 4 additions and 4 deletions
|
|
@ -34,7 +34,7 @@
|
|||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)nfs_serv.c 8.8 (Berkeley) 7/31/95
|
||||
* $Id: nfs_serv.c,v 1.65 1998/05/31 19:07:47 peter Exp $
|
||||
* $Id: nfs_serv.c,v 1.66 1998/05/31 19:10:52 peter Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
@ -2908,7 +2908,7 @@ again:
|
|||
* increase.
|
||||
*/
|
||||
while (cpos < cend && ncookies > 0 &&
|
||||
(dp->d_fileno == 0 || dp->d_type == DT_WHT) ||
|
||||
(dp->d_fileno == 0 || dp->d_type == DT_WHT ||
|
||||
((u_quad_t)(*cookiep)) <= toff)) {
|
||||
cpos += dp->d_reclen;
|
||||
dp = (struct dirent *)cpos;
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)nfs_serv.c 8.8 (Berkeley) 7/31/95
|
||||
* $Id: nfs_serv.c,v 1.65 1998/05/31 19:07:47 peter Exp $
|
||||
* $Id: nfs_serv.c,v 1.66 1998/05/31 19:10:52 peter Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
@ -2908,7 +2908,7 @@ again:
|
|||
* increase.
|
||||
*/
|
||||
while (cpos < cend && ncookies > 0 &&
|
||||
(dp->d_fileno == 0 || dp->d_type == DT_WHT) ||
|
||||
(dp->d_fileno == 0 || dp->d_type == DT_WHT ||
|
||||
((u_quad_t)(*cookiep)) <= toff)) {
|
||||
cpos += dp->d_reclen;
|
||||
dp = (struct dirent *)cpos;
|
||||
|
|
|
|||
Loading…
Reference in a new issue