Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/yamt-uio_vmspace]: src/sys/fs/udf adapt udf.



details:   https://anonhg.NetBSD.org/src/rev/104d46a4d92c
branches:  yamt-uio_vmspace
changeset: 586751:104d46a4d92c
user:      yamt <yamt%NetBSD.org@localhost>
date:      Wed Mar 01 09:34:56 2006 +0000

description:
adapt udf.

diffstat:

 sys/fs/udf/udf_subr.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 4bb4fc96e8fa -r 104d46a4d92c sys/fs/udf/udf_subr.c
--- a/sys/fs/udf/udf_subr.c     Wed Mar 01 09:27:44 2006 +0000
+++ b/sys/fs/udf/udf_subr.c     Wed Mar 01 09:34:56 2006 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: udf_subr.c,v 1.4.2.2 2006/02/18 15:39:18 yamt Exp $ */
+/* $NetBSD: udf_subr.c,v 1.4.2.3 2006/03/01 09:34:56 yamt Exp $ */
 
 /*
  * Copyright (c) 2006 Reinoud Zandijk
@@ -36,7 +36,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: udf_subr.c,v 1.4.2.2 2006/02/18 15:39:18 yamt Exp $");
+__RCSID("$NetBSD: udf_subr.c,v 1.4.2.3 2006/03/01 09:34:56 yamt Exp $");
 #endif /* not lint */
 
 
@@ -2401,7 +2401,7 @@
        dir_uio.uio_rw     = UIO_READ;  /* read into this space */
        dir_uio.uio_iovcnt = 1;
        dir_uio.uio_iov    = &dir_iovec;
-       dir_uio.uio_segflg = UIO_SYSSPACE;
+       UIO_SETUP_SYSSPACE(&dir_uio);
        dir_iovec.iov_base = fid;
        dir_iovec.iov_len  = lb_size;
        dir_uio.uio_offset = *offset;



Home | Main Index | Thread Index | Old Index