Source-Changes-HG archive

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

[src/trunk]: src/tests/fs/common Fix copy & pasto, notice by Nicolas Joly, on...



details:   https://anonhg.NetBSD.org/src/rev/46f3ccf5d605
branches:  trunk
changeset: 787739:46f3ccf5d605
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Jun 30 15:05:49 2013 +0000

description:
Fix copy & pasto, notice by Nicolas Joly, one step closer to solving
PR kern/47974.

diffstat:

 tests/fs/common/fstest_udf.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 98cc951debbd -r 46f3ccf5d605 tests/fs/common/fstest_udf.c
--- a/tests/fs/common/fstest_udf.c      Sun Jun 30 14:58:48 2013 +0000
+++ b/tests/fs/common/fstest_udf.c      Sun Jun 30 15:05:49 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fstest_udf.c,v 1.1 2013/06/26 19:29:24 reinoud Exp $   */
+/*     $NetBSD: fstest_udf.c,v 1.2 2013/06/30 15:05:49 martin Exp $    */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -39,7 +39,7 @@
 #include <unistd.h>
 #include <signal.h>
 
-#include <ufs/ufs/ufsmount.h>
+#include <fs/udf/udf_mount.h>
 
 #include <rump/rump.h>
 #include <rump/rump_syscalls.h>
@@ -47,7 +47,7 @@
 #include "h_fsmacros.h"
 
 struct udftestargs {
-        struct ufs_args ta_uargs;
+        struct udf_args ta_uargs;
         char ta_devpath[MAXPATHLEN];
         char ta_imgpath[MAXPATHLEN];
 };



Home | Main Index | Thread Index | Old Index