Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/fs/lib/libudf Oops forgot the rump addition of udf_...
details: https://anonhg.NetBSD.org/src/rev/61fc3746c853
branches: trunk
changeset: 787872:61fc3746c853
user: reinoud <reinoud%NetBSD.org@localhost>
date: Wed Jul 10 16:47:17 2013 +0000
description:
Oops forgot the rump addition of udf_rename.c
diffstat:
sys/rump/fs/lib/libudf/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r c6ec3bb2b324 -r 61fc3746c853 sys/rump/fs/lib/libudf/Makefile
--- a/sys/rump/fs/lib/libudf/Makefile Wed Jul 10 15:18:54 2013 +0000
+++ b/sys/rump/fs/lib/libudf/Makefile Wed Jul 10 16:47:17 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2011/05/26 12:56:32 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2013/07/10 16:47:17 reinoud Exp $
#
.PATH: ${.CURDIR}/../../../../fs/udf
@@ -7,7 +7,8 @@
SRCS= udf_osta.c udf_vfsops.c udf_vnops.c udf_subr.c \
udf_allocation.c udf_readwrite.c udf_strat_bootstrap.c \
- udf_strat_direct.c udf_strat_sequential.c udf_strat_rmw.c
+ udf_strat_direct.c udf_strat_sequential.c udf_strat_rmw.c \
+ udf_rename.c
CWARNFLAGS.clang+= -Wno-self-assign
Home |
Main Index |
Thread Index |
Old Index