Source-Changes-HG archive

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

[src/trunk]: src/sbin/newfs_udf Update TODO message; we can format with meta ...



details:   https://anonhg.NetBSD.org/src/rev/e113918ffa17
branches:  trunk
changeset: 747485:e113918ffa17
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Thu Sep 17 10:37:28 2009 +0000

description:
Update TODO message; we can format with meta data partitions, only not yet for
BD-R, i.e. UDF 2.60.

diffstat:

 sbin/newfs_udf/newfs_udf.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 517427236088 -r e113918ffa17 sbin/newfs_udf/newfs_udf.c
--- a/sbin/newfs_udf/newfs_udf.c        Thu Sep 17 09:54:27 2009 +0000
+++ b/sbin/newfs_udf/newfs_udf.c        Thu Sep 17 10:37:28 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: newfs_udf.c,v 1.7 2009/01/18 00:21:09 lukem Exp $ */
+/* $NetBSD: newfs_udf.c,v 1.8 2009/09/17 10:37:28 reinoud Exp $ */
 
 /*
  * Copyright (c) 2006, 2008 Reinoud Zandijk
@@ -28,7 +28,7 @@
 
 /*
  * TODO
- * - implement meta data partition formatting.
+ * - implement metadata formatting for BD-R
  * - implement support for a read-only companion partition?
  */
 



Home | Main Index | Thread Index | Old Index