[BACK]Return to kernfs_vnops.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / miscfs / kernfs

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

Diff for /src/sys/miscfs/kernfs/kernfs_vnops.c between version 1.66 and 1.67

version 1.66, 1999/08/24 23:29:09 version 1.67, 1999/08/25 14:42:35
Line 611  kernfs_readdir(v)
Line 611  kernfs_readdir(v)
         struct uio *uio = ap->a_uio;          struct uio *uio = ap->a_uio;
         struct dirent d;          struct dirent d;
         struct kern_target *kt;          struct kern_target *kt;
         int i;          off_t i;
         int error;          int error;
         off_t *cookies = NULL;          off_t *cookies = NULL;
         int ncookies = 0, nc = 0;          int ncookies = 0, nc = 0;

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67

CVSweb <webmaster@jp.NetBSD.org>