Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/nfs/nfs.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/nfs/nfs.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.38 retrieving revision 1.39 diff -u -p -r1.38 -r1.39 --- src/sys/nfs/nfs.h 2003/06/28 14:22:16 1.38 +++ src/sys/nfs/nfs.h 2003/06/29 22:32:12 1.39 @@ -1,4 +1,4 @@ -/* $NetBSD: nfs.h,v 1.38 2003/06/28 14:22:16 darrenr Exp $ */ +/* $NetBSD: nfs.h,v 1.39 2003/06/29 22:32:12 fvdl Exp $ */ /* * Copyright (c) 1989, 1993, 1995 * The Regents of the University of California. All rights reserved. @@ -309,7 +309,7 @@ struct nfsreq { int r_timer; /* tick counter on reply */ u_int32_t r_procnum; /* NFS procedure number */ int r_rtt; /* RTT for rpc */ - struct lwp *r_lwp; /* LWP that did I/O system call */ + struct proc *r_procp; /* Proc that did I/O system call */ }; /*