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/uvm/uvm_io.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/uvm/uvm_io.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- src/sys/uvm/uvm_io.c 2000/06/02 11:47:53 1.9 +++ src/sys/uvm/uvm_io.c 2000/06/02 12:02:44 1.10 @@ -1,4 +1,4 @@ -/* $NetBSD: uvm_io.c,v 1.9 2000/06/02 11:47:53 pk Exp $ */ +/* $NetBSD: uvm_io.c,v 1.10 2000/06/02 12:02:44 pk Exp $ */ /* * @@ -108,7 +108,6 @@ uvm_io(map, uio) * step 2: extract mappings from the map into kernel_map */ - kva = 0; error = uvm_map_extract(map, baseva, chunksz, kernel_map, &kva, UVM_EXTRACT_QREF | UVM_EXTRACT_CONTIG | UVM_EXTRACT_FIXPROT);