Module Name:    src
Committed By:   martin
Date:           Sun Jun 30 15:05:49 UTC 2013

Modified Files:
        src/tests/fs/common: fstest_udf.c

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/fs/common/fstest_udf.c

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

Modified files:

Index: src/tests/fs/common/fstest_udf.c
diff -u src/tests/fs/common/fstest_udf.c:1.1 src/tests/fs/common/fstest_udf.c:1.2
--- src/tests/fs/common/fstest_udf.c:1.1	Wed Jun 26 19:29:24 2013
+++ src/tests/fs/common/fstest_udf.c	Sun Jun 30 15:05:49 2013
@@ -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];
 };

Reply via email to