Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/modules/udf Add udf_rename.c to the UDF module make
details: https://anonhg.NetBSD.org/src/rev/8d7661556dc0
branches: trunk
changeset: 787874:8d7661556dc0
user: reinoud <reinoud%NetBSD.org@localhost>
date: Wed Jul 10 19:07:20 2013 +0000
description:
Add udf_rename.c to the UDF module make
diffstat:
sys/modules/udf/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 4afee6956781 -r 8d7661556dc0 sys/modules/udf/Makefile
--- a/sys/modules/udf/Makefile Wed Jul 10 18:55:00 2013 +0000
+++ b/sys/modules/udf/Makefile Wed Jul 10 19:07:20 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2011/05/26 12:56:31 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2013/07/10 19:07:20 reinoud Exp $
.include "../Makefile.inc"
@@ -7,7 +7,7 @@
KMOD= udf
SRCS= udf_allocation.c udf_osta.c udf_readwrite.c udf_strat_bootstrap.c \
udf_strat_direct.c udf_strat_rmw.c udf_strat_sequential.c udf_subr.c \
- udf_vnops.c udf_vfsops.c
+ udf_vnops.c udf_vfsops.c udf_rename.c
CWARNFLAGS.clang= -Wno-self-assign
Home |
Main Index |
Thread Index |
Old Index